HomeSort by relevance Sort by last modified time
    Searched full:scrollingmode (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.h 37 virtual ScrollbarMode scrollingMode() const { return m_scrolling; }
HTMLFrameOwnerElement.h 55 virtual ScrollbarMode scrollingMode() const { return ScrollbarAuto; }
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.cpp 488 view()->setCanHaveScrollbars(owner->scrollingMode() != ScrollbarAlwaysOff);
FrameView.cpp 321 if (frameElt->scrollingMode() == ScrollbarAlwaysOff)
662 if (owner && (owner->scrollingMode() == ScrollbarAlwaysOff)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp 513 if (frameElementBase && frameElementBase->scrollingMode() != ScrollbarAlwaysOff)
    [all...]

Completed in 51 milliseconds