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

  /external/webkit/WebKit/wx/
WebFramePrivate.h 55 bool allowsScrolling;
  /external/webkit/WebKit/qt/Api/
qwebframe_p.h 57 bool allowsScrolling;
71 , allowsScrolling(true)
97 bool allowsScrolling;
  /external/webkit/WebKit/win/
WebFrame.cpp 286 HRESULT STDMETHODCALLTYPE WebFrame::allowsScrolling(
    [all...]
  /external/webkit/WebCore/loader/
FrameLoader.cpp 397 bool allowsScrolling = true;
402 allowsScrolling = o->scrollingMode() != ScrollbarAlwaysOff;
413 RefPtr<Frame> frame = m_client->createFrame(url, name, ownerElement, hideReferrer ? String() : referrer, allowsScrolling, marginWidth, marginHeight);
    [all...]

Completed in 84 milliseconds