Searched refs:OVERSCROLL_EAST (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_aura_unittest.cc | 1998 EXPECT_EQ(OVERSCROLL_EAST, overscroll_mode()); in TEST_F() 1999 EXPECT_EQ(OVERSCROLL_EAST, overscroll_delegate()->current_mode()); in TEST_F() 2058 EXPECT_EQ(OVERSCROLL_EAST, overscroll_mode()); in TEST_F() 2059 EXPECT_EQ(OVERSCROLL_EAST, overscroll_delegate()->current_mode()); in TEST_F() 2100 EXPECT_EQ(OVERSCROLL_EAST, overscroll_mode()); in TEST_F() 2101 EXPECT_EQ(OVERSCROLL_EAST, overscroll_delegate()->current_mode()); in TEST_F() 2129 EXPECT_EQ(OVERSCROLL_EAST, overscroll_mode()); in TEST_F() 2130 EXPECT_EQ(OVERSCROLL_EAST, overscroll_delegate()->current_mode()); in TEST_F() 2135 EXPECT_EQ(OVERSCROLL_EAST, overscroll_delegate()->completed_mode()); in TEST_F() 2179 EXPECT_EQ(OVERSCROLL_EAST, overscroll_mode()); in TEST_F() [all …]
|
D | overscroll_controller.cc | 149 case OVERSCROLL_EAST: in DispatchEventCompletesAction() 173 overscroll_mode_ == OVERSCROLL_EAST) { in DispatchEventCompletesAction() 237 (overscroll_mode_ == OVERSCROLL_EAST && velocity_x > 0)) { in ProcessEventForOverscroll() 290 new_mode = overscroll_delta_x_ > 0.f ? OVERSCROLL_EAST : OVERSCROLL_WEST; in ProcessOverscroll()
|
D | overscroll_controller.h | 28 OVERSCROLL_EAST, enumerator
|
/external/chromium_org/content/browser/web_contents/aura/ |
D | gesture_nav_simple.cc | 35 return mode == (base::i18n::IsRTL() ? OVERSCROLL_EAST : OVERSCROLL_WEST) && in ShouldNavigateForward() 41 return mode == (base::i18n::IsRTL() ? OVERSCROLL_WEST : OVERSCROLL_EAST) && in ShouldNavigateBack() 198 else if (new_mode == OVERSCROLL_EAST) in OnOverscrollModeChange()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_aura.cc | 93 return mode == (base::i18n::IsRTL() ? OVERSCROLL_EAST : OVERSCROLL_WEST) && in ShouldNavigateForward() 99 return mode == (base::i18n::IsRTL() ? OVERSCROLL_WEST : OVERSCROLL_EAST) && in ShouldNavigateBack() 1351 ((new_mode == OVERSCROLL_EAST || new_mode == OVERSCROLL_WEST) && in OnOverscrollModeChange() 1365 if (current_overscroll_gesture_ == OVERSCROLL_EAST || in OnOverscrollModeChange()
|