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

  /external/chromium_org/ui/events/
gesture_event_details.h 62 float scroll_y() const { function in struct:ui::GestureEventDetails
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 473 int scroll_x = image_x + dx, scroll_y = image_y + dy; local
478 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));
485 scroll_x = 11, scroll_y = 24;
487 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
490 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));
497 scroll_x = 11, scroll_y = 24;
499 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
502 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));
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)));
    [all...]
  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 327 const float scroll_y = last_focus_y_ - focus_y; local
338 *current_down_event_, ev, scroll_x, scroll_y);
347 std::abs(scroll_y) > kScrollEpsilon) {
349 listener_->OnScroll(*current_down_event_, ev, scroll_x, scroll_y);
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 180 float scroll_y() const { return scroll_y_; } function in class:aura::test::__anon21196::GestureEventConsumeDelegate
232 scroll_y_ += gesture->details().scroll_y();
973 EXPECT_FLOAT_EQ(5.5, delegate->scroll_y());
986 EXPECT_FLOAT_EQ(-91.5, delegate->scroll_y());
992 EXPECT_EQ(4, delegate->scroll_y());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 1494 int scroll_y = y; local
    [all...]

Completed in 244 milliseconds