Searched defs:scrollDirection (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginScrollbarImpl.cpp362 blink::ScrollDirection scrollDirection; local
364 if (WebViewImpl::mapKeyCodeForScroll(keyCode, &scrollDirection, &scrollGranularity)) {
366 return m_group->scroll(scrollDirection, scrollGranularity);
H A DWebViewImpl.cpp1479 ScrollDirection scrollDirection; local
1490 if (!mapKeyCodeForScroll(keyCode, &scrollDirection, &scrollGranularity))
1494 return frame->eventHandler().bubblingScroll(scrollDirection, scrollGranularity);
1500 ScrollDirection* scrollDirection,
1505 *scrollDirection = ScrollLeft;
1509 *scrollDirection = ScrollRight;
1513 *scrollDirection = ScrollUp;
1517 *scrollDirection = ScrollDown;
1521 *scrollDirection = ScrollUp;
1525 *scrollDirection
1498 mapKeyCodeForScroll( int keyCode, ScrollDirection* scrollDirection, ScrollGranularity* scrollGranularity) argument
[all...]
/external/chromium_org/remoting/webapp/browser_test/
H A Dbump_scroll_browser_test.js62 this.scrollDirection.bind(this, 1.0, 0.5) // Right edge
64 this.scrollDirection.bind(this, 0.5, 1.0) // Bottom edge
66 this.scrollDirection.bind(this, 0.0, 0.5) // Left edge
68 this.scrollDirection.bind(this, 0.5, 0.0) // Top edge
99 browserTest.Bump_Scroll.prototype.scrollDirection =

Completed in 1063 milliseconds