Searched refs:directionForRun (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiTextRun.cpp39 TextDirection directionForRun(TextRun& run, bool& hasStrongDirectionality) function in namespace:blink
50 return directionForRun(run, hasStrongDirectionality);
56 TextDirection direction = directionForRun(run, hasStrongDirectionality);
H A DBidiTextRun.h40 PLATFORM_EXPORT TextDirection directionForRun(TextRun&, bool& hasStrongDirectionality);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextRunConstructor.cpp123 run.setDirection(directionForRun(run, hasStrongDirectionality));

Completed in 144 milliseconds