Home
last modified time | relevance | path

Searched refs:activeBackgroundColor (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumLinux.h81 static void setSelectionColors(unsigned activeBackgroundColor,
DRenderThemeChromiumLinux.cpp176 unsigned activeBackgroundColor, in setSelectionColors() argument
181 m_activeSelectionBackgroundColor = activeBackgroundColor; in setSelectionColors()
/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() argument
2093 RenderThemeChromiumLinux::setSelectionColors(activeBackgroundColor, in setSelectionColors()