Searched refs:popupOptionSupportsTextIndent (Results 1 – 7 of 7) sorted by relevance
94 virtual bool popupOptionSupportsTextIndent() const { return true; } in popupOptionSupportsTextIndent() function
98 virtual bool popupOptionSupportsTextIndent() const { return true; } in popupOptionSupportsTextIndent() function
168 virtual bool popupOptionSupportsTextIndent() const { return false; } in popupOptionSupportsTextIndent() function
151 if (theme()->popupOptionSupportsTextIndent()) { in updateOptionsWidth()
135 …if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == L… in setUpPlatformData()
649 …if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == L… in paint()
27777 …(WebCore::RenderTheme::popupOptionSupportsTextIndent): Added. Default is false since we are only …27779 (WebCore::RenderThemeWin::popupOptionSupportsTextIndent): Returns true for windows.