OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HitTestBehavior
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeOverlay.h
37
enum
HitTestBehavior
{ AllowHitTest, DisallowHitTest };
39
ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin,
HitTestBehavior
, Color = Color(128, 128, 128, 128));
62
HitTestBehavior
m_allowHitTest;
ScrollbarThemeOverlay.cpp
40
ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin,
HitTestBehavior
allowHitTest, Color color)
Completed in 514 milliseconds