Home
last modified time | relevance | path

Searched refs:setSelectionColors (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumLinux.h81 static void setSelectionColors(unsigned activeBackgroundColor,
DRenderThemeChromiumLinux.cpp175 void RenderThemeChromiumLinux::setSelectionColors( in setSelectionColors() function in WebCore::RenderThemeChromiumLinux
/external/webkit/Source/WebKit/chromium/public/
DWebView.h326 virtual void setSelectionColors(unsigned activeBackgroundColor,
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.h193 virtual void setSelectionColors(unsigned activeBackgroundColor,
DWebViewImpl.cpp2088 void WebViewImpl::setSelectionColors(unsigned activeBackgroundColor, in setSelectionColors() function in WebKit::WebViewImpl
2093 RenderThemeChromiumLinux::setSelectionColors(activeBackgroundColor, in setSelectionColors()
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.cpp550 m_shell->webView()->setSelectionColors(0xff1e90ff, 0xff000000, 0xffc8c8c8, 0xff323232); in reset()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-168349 (WebKit::WebViewImpl::setSelectionColors):
25137 (WebKit::WebViewImpl::setSelectionColors): Implements new interface.
/external/webkit/Source/WebCore/
DChangeLog-2010-01-294337 (WebCore::RenderThemeChromiumLinux::setSelectionColors):