Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/gtk/
DScrollViewGtk.cpp91 …MainFrameScrollbarGtk* hScrollbar = reinterpret_cast<MainFrameScrollbarGtk*>(horizontalScrollbar()… in setHorizontalAdjustment() local
92 if (hScrollbar) in setHorizontalAdjustment()
93 hScrollbar->detachAdjustment(); in setHorizontalAdjustment()
102 …MainFrameScrollbarGtk* hScrollbar = reinterpret_cast<MainFrameScrollbarGtk*>(horizontalScrollbar()… in setHorizontalAdjustment() local
103 hScrollbar->attachAdjustment(m_horizontalAdjustment.get()); in setHorizontalAdjustment()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp276 ScrollbarMode hScrollbar = (ScrollbarMode) m_webFrame->scrollBarPolicy(Qt::Horizontal); in transitionToCommittedForNewPage() local
278 bool hLock = hScrollbar != ScrollbarAuto; in transitionToCommittedForNewPage()
287 hScrollbar, hLock, in transitionToCommittedForNewPage()