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

  /external/webkit/Source/WebCore/html/
HTMLFrameElementBase.h 37 virtual ScrollbarMode scrollingMode() const { return m_scrolling; }
77 ScrollbarMode m_scrolling; member in class:WebCore::HTMLFrameElementBase
HTMLFrameElementBase.cpp 52 , m_scrolling(ScrollbarAuto)
132 m_scrolling = document()->frameElementsShouldIgnoreScrolling() ? ScrollbarAlwaysOff : ScrollbarAuto;
134 m_scrolling = ScrollbarAlwaysOff;
  /external/webkit/Source/WebKit/chromium/src/
DragScrollTimer.cpp 58 , m_scrolling(false)
72 m_scrolling = false;
78 m_scrolling = true;
100 if (m_scrolling)
DragScrollTimer.h 64 bool m_scrolling; member in class:WebKit::DragScrollTimer

Completed in 706 milliseconds