OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasButtons
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.cpp
55
bool RenderScrollbarTheme::
hasButtons
(ScrollbarThemeClient* scrollbar)
85
if (!
hasButtons
(scrollbar))
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeGeometryNative.cpp
77
bool WebScrollbarThemeGeometryNative::
hasButtons
(WebScrollbar* scrollbar)
80
return m_theme->
hasButtons
(&client);
Completed in 27 milliseconds