OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pendingScrollDelta
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h
135
IntSize pendingScrollDelta() const { return
m_pendingScrollDelta
; }
321
IntSize
m_pendingScrollDelta
;
ScrollView.cpp
276
m_pendingScrollDelta
+= scrollDelta;
530
if (
m_pendingScrollDelta
.isZero())
532
IntSize scrollDelta =
m_pendingScrollDelta
;
533
m_pendingScrollDelta
= IntSize();
[
all
...]
Completed in 36 milliseconds