Home
last modified time | relevance | path

Searched refs:VerticalText (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextChunk.h38 VerticalText = 1 << 4, enumerator
48 bool isVerticalText() const { return m_chunkStyle & VerticalText; } in isVerticalText()
DSVGTextChunk.cpp52 if (m_chunkStyle & VerticalText) in calculateLength()
63 if (m_chunkStyle & VerticalText) in calculateLength()
DSVGTextChunkBuilder.cpp104 chunkStyle |= SVGTextChunk::VerticalText; in addTextChunk()
/external/chromium_org/third_party/WebKit/Source/platform/
DCursor.cpp113 case Cursor::VerticalText: in fromType()
214 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::VerticalText)); in verticalTextCursor()
DCursor.h71 VerticalText, enumerator
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp364 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeVerticalText, Cursor::VerticalText);
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp1908 case Cursor::VerticalText: return "VerticalText"; in cursorTypeToString()