OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_hasPreciseScrollingDeltas
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/
PlatformWheelEvent.h
101
,
m_hasPreciseScrollingDeltas
(false)
158
bool hasPreciseScrollingDeltas() const { return
m_hasPreciseScrollingDeltas
; }
195
bool
m_hasPreciseScrollingDeltas
;
/external/webkit/Source/WebKit2/Shared/
WebEvent.h
191
bool hasPreciseScrollingDeltas() const { return
m_hasPreciseScrollingDeltas
; }
208
bool
m_hasPreciseScrollingDeltas
;
Completed in 1948 milliseconds