Home
last modified time | relevance | path

Searched defs:directionalOverride (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebTextRun.h57 bool directionalOverride; member
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DUniscribeHelper.h89 bool directionalOverride() const in directionalOverride() function
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.h204 bool directionalOverride() const { return m_directionalOverride; } in directionalOverride() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.cpp2521 bool directionalOverride = style->rtlOrdering() == VisualOrder; in constructTextRunInternal() local
2536 bool directionalOverride = style->rtlOrdering() == VisualOrder; in constructTextRunInternal() local