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

  /external/webkit/Source/WebKit/wx/
WebFramePrivate.h 55 bool allowsScrolling;
  /external/webkit/Source/WebKit/qt/Api/
qwebframe_p.h 67 bool allowsScrolling;
81 , allowsScrolling(true)
119 bool allowsScrolling;
  /external/webkit/Source/WebCore/loader/
SubframeLoader.cpp 238 bool allowsScrolling = true;
243 allowsScrolling = o->scrollingMode() != ScrollbarAlwaysOff;
254 RefPtr<Frame> frame = m_frame->loader()->client()->createFrame(url, name, ownerElement, hideReferrer ? String() : referrer, allowsScrolling, marginWidth, marginHeight);
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 287 HRESULT STDMETHODCALLTYPE WebFrame::allowsScrolling(
    [all...]

Completed in 124 milliseconds