HomeSort by relevance Sort by last modified time
    Searched defs:scroll_y (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/accessibility/
browser_accessibility.cc 134 int scroll_y = 0; local
138 WebAccessibility::ATTR_DOC_SCROLLY, &scroll_y);
139 bounds.Offset(-scroll_x, -scroll_y);
  /external/chromium_org/ui/base/gestures/
gesture_types.h 40 float scroll_y() const { function in struct:ui::GestureEventDetails
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 484 int scroll_x = image_x + dx, scroll_y = image_y + dy; local
489 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));
496 scroll_x = 11, scroll_y = 24;
498 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
501 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));
508 scroll_x = 11, scroll_y = 24;
510 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
513 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));
521 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
524 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));
    [all...]
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 175 float scroll_y() const { return scroll_y_; } function in class:aura::test::__anon16542::GestureEventConsumeDelegate
225 scroll_y_ += gesture->details().scroll_y();
955 EXPECT_EQ(29, delegate->scroll_y());
967 EXPECT_EQ(-19, delegate->scroll_y());
973 EXPECT_EQ(4, delegate->scroll_y());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 1553 int scroll_y = y; local
    [all...]

Completed in 2079 milliseconds