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

/external/webkit/Source/WebCore/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.h168 virtual bool popupOptionSupportsTextIndent() const { return false; } function in class:WebCore::RenderTheme
H A DRenderMenuList.cpp151 if (theme()->popupOptionSupportsTextIndent()) {
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebPopupMenuWin.cpp135 if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == LTR)
/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.cpp649 if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == LTR)

Completed in 161 milliseconds