Searched refs:DirectionLTR (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiTestHarness.h61 DirectionLTR = 2, enumerator in enum:bidi_test::ParagraphDirection
64 const int kMaxParagraphDirection = DirectionAutoLTR | DirectionLTR | DirectionRTL;
72 case bidi_test::DirectionLTR:
263 if (paragraphDirectionMask & DirectionLTR)
264 m_runner.runTest(testString, reorder, levels, DirectionLTR, originalLine, lineNumber);
H A DBidiResolverTest.cpp183 case bidi_test::DirectionLTR:
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.h251 DirectionLTR enumerator in enum:blink::FINAL::Direction
H A DCanvasRenderingContext2D.cpp2039 case DirectionLTR:
2061 direction = DirectionLTR;

Completed in 83 milliseconds