Home
last modified time | relevance | path

Searched refs:OVERSCROLL_EAST (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura_unittest.cc1998 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 …]
Doverscroll_controller.cc149 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()
Doverscroll_controller.h28 OVERSCROLL_EAST, enumerator
/external/chromium_org/content/browser/web_contents/aura/
Dgesture_nav_simple.cc35 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/
Dweb_contents_view_aura.cc93 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()