OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScrollByPrecisePixel
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollTypes.h
112
ScrollByPrecisePixel
ScrollAnimator.cpp
89
ScrollGranularity granularity = e.hasPreciseScrollingDeltas() ?
ScrollByPrecisePixel
: ScrollByPixel;
ScrollableArea.cpp
126
case
ScrollByPrecisePixel
:
ScrollAnimatorNone.cpp
415
case
ScrollByPrecisePixel
:
/external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp
824
return scrollbarGroup->scroll(delta < 0 ? negativeDirection : positiveDirection,
ScrollByPrecisePixel
, absDelta);
/external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp
143
scrollAnimatorNone.scroll(HorizontalScrollbar,
ScrollByPrecisePixel
, 4, 25);
[
all
...]
Completed in 114 milliseconds