Home
last modified time | relevance | path

Searched refs:popupOptionSupportsTextIndent (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderThemeWinCE.h94 virtual bool popupOptionSupportsTextIndent() const { return true; } in popupOptionSupportsTextIndent() function
DRenderThemeWin.h98 virtual bool popupOptionSupportsTextIndent() const { return true; } in popupOptionSupportsTextIndent() function
DRenderTheme.h168 virtual bool popupOptionSupportsTextIndent() const { return false; } in popupOptionSupportsTextIndent() function
DRenderMenuList.cpp151 if (theme()->popupOptionSupportsTextIndent()) { in updateOptionsWidth()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebPopupMenuWin.cpp135 …if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == L… in setUpPlatformData()
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp649 …if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == L… in paint()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1627777 …(WebCore::RenderTheme::popupOptionSupportsTextIndent): Added. Default is false since we are only …
27779 (WebCore::RenderThemeWin::popupOptionSupportsTextIndent): Returns true for windows.