HomeSort by relevance Sort by last modified time
    Searched refs:hScrollbar (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/gtk/
ScrollViewGtk.cpp 91 MainFrameScrollbarGtk* hScrollbar = reinterpret_cast<MainFrameScrollbarGtk*>(horizontalScrollbar());
92 if (hScrollbar)
93 hScrollbar->detachAdjustment();
102 MainFrameScrollbarGtk* hScrollbar = reinterpret_cast<MainFrameScrollbarGtk*>(horizontalScrollbar());
103 hScrollbar->attachAdjustment(m_horizontalAdjustment.get());
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 276 ScrollbarMode hScrollbar = (ScrollbarMode) m_webFrame->scrollBarPolicy(Qt::Horizontal);
278 bool hLock = hScrollbar != ScrollbarAuto;
287 hScrollbar, hLock,
    [all...]

Completed in 65 milliseconds