OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSelectionColors
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.h
88
static void
setSelectionColors
(unsigned activeBackgroundColor, unsigned activeForegroundColor, unsigned inactiveBackgroundColor, unsigned inactiveForegroundColor);
RenderThemeChromiumDefault.cpp
238
void RenderThemeChromiumDefault::
setSelectionColors
(
/external/chromium_org/third_party/WebKit/public/web/
WebView.h
464
virtual void
setSelectionColors
(unsigned activeBackgroundColor,
/external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h
300
virtual void
setSelectionColors
(unsigned activeBackgroundColor,
[
all
...]
WebViewImpl.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/testing/runner/
TestRunner.cpp
358
m_webView->
setSelectionColors
(0xff1e90ff, 0xff000000, 0xffc8c8c8, 0xff323232);
[
all
...]
/external/chromium_org/content/renderer/
render_view_impl.cc
[
all
...]
Completed in 122 milliseconds