Searched defs:scrollbarsCanBeActive (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DScrollbarGroup.cpp247 bool ScrollbarGroup::scrollbarsCanBeActive() const function in class:blink::ScrollbarGroup
H A DPopupListBox.cpp881 bool PopupListBox::scrollbarsCanBeActive() const function in class:blink::PopupListBox
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp480 bool RenderLayerScrollableArea::scrollbarsCanBeActive() const function in class:blink::RenderLayerScrollableArea
485 return view->frameView()->scrollbarsCanBeActive();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2237 bool FrameView::scrollbarsCanBeActive() const function in class:blink::FrameView
2332 if (!scrollableArea->scrollbarsCanBeActive())

Completed in 819 milliseconds