Searched defs:hasTextDirectionOverride (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebMenuItemInfo.h54 , hasTextDirectionOverride(false)
66 bool hasTextDirectionOverride; member in struct:blink::WebMenuItemInfo
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPopupMenuStyle.h39 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride, BackgroundColorType backgroundColorType = DefaultBackgroundColor) argument
47 , m_hasTextDirectionOverride(hasTextDirectionOverride)
58 bool hasTextDirectionOverride() const { return m_hasTextDirectionOverride; } function in class:blink::PopupMenuStyle
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.h82 bool hasTextDirectionOverride; member in struct:blink::PopupItem

Completed in 350 milliseconds