Home
last modified time | relevance | path

Searched refs:hScroll (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.cpp356 ScrollbarMode hScroll = m_horizontalScrollbarMode; in updateScrollbars() local
359 if (hScroll != ScrollbarAuto) in updateScrollbars()
360 newHasHorizontalScrollbar = (hScroll == ScrollbarAlwaysOn); in updateScrollbars()
364 if (m_scrollbarsSuppressed || (hScroll != ScrollbarAuto && vScroll != ScrollbarAuto)) { in updateScrollbars()
377 if (hScroll == ScrollbarAuto) { in updateScrollbars()
393 if (!newHasVerticalScrollbar && hasVerticalScrollbar && hScroll != ScrollbarAlwaysOn) in updateScrollbars()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp2524 int hScroll = editBoxWithText.x - leftBoxRatio * viewportWidth / scale; in TEST_F() local
2525 EXPECT_NEAR(hScroll, scroll.x(), 1); in TEST_F()
2539 hScroll = caret.x + caret.width + caretPadding - viewportWidth / scale; in TEST_F()
2540 EXPECT_NEAR(hScroll, scroll.x(), 1); in TEST_F()
2550 hScroll = editBoxWithNoText.x; in TEST_F()
2551 EXPECT_NEAR(hScroll, scroll.x(), 1); in TEST_F()