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

  /external/webkit/Source/WebCore/rendering/
RenderIFrame.cpp 51 bool isScrollable = frame->scrollingMode() != ScrollbarAlwaysOff;
69 bool isScrollable = frame->scrollingMode() != ScrollbarAlwaysOff;
86 bool isScrollable = element->scrollingMode() != ScrollbarAlwaysOff;
RenderFrame.cpp 78 if (element->scrollingMode() == ScrollbarAlwaysOff && !root->isFrameSet()) {
RenderFrameBase.cpp 64 bool isScrollable = element->scrollingMode() != ScrollbarAlwaysOff;
  /external/webkit/Source/WebCore/html/
HTMLFrameOwnerElement.h 54 virtual ScrollbarMode scrollingMode() const { return ScrollbarAuto; }
HTMLFrameElementBase.h 37 virtual ScrollbarMode scrollingMode() const { return m_scrolling; }
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.cpp 862 m_frame->view()->setScrollbarModes(owner->scrollingMode(), owner->scrollingMode());
  /external/webkit/Source/WebCore/loader/
SubframeLoader.cpp 243 allowsScrolling = o->scrollingMode() != ScrollbarAlwaysOff;
  /external/webkit/Source/WebCore/page/
Frame.cpp 879 view()->setCanHaveScrollbars(owner->scrollingMode() != ScrollbarAlwaysOff);
    [all...]
FrameView.cpp 290 if (frameElt->scrollingMode() == ScrollbarAlwaysOff)
534 if (owner && (owner->scrollingMode() == ScrollbarAlwaysOff)) {
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]

Completed in 683 milliseconds