Searched refs:popupOptionSupportsTextIndent (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderThemeWinCE.h94 virtual bool popupOptionSupportsTextIndent() const { return true; } function in class:WebCore::RenderThemeWinCE
H A DRenderThemeWin.h98 virtual bool popupOptionSupportsTextIndent() const { return true; } function in class:WebCore::RenderThemeWin
H A DRenderTheme.h180 virtual bool popupOptionSupportsTextIndent() const { return false; } function in class:WebCore::RenderTheme
H A DRenderMenuList.cpp186 if (theme()->popupOptionSupportsTextIndent()) {
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPopupMenuWin.cpp674 if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == LTR)

Completed in 183 milliseconds