OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 25 milliseconds