Searched defs:allowsScrolling (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebKit/wx/
H A DWebFramePrivate.h55 bool allowsScrolling; member in class:WebViewFrameData
/external/webkit/WebKit/qt/Api/
H A Dqwebframe_p.h57 bool allowsScrolling; member in class:QWebFrameData
71 , allowsScrolling(true)
97 bool allowsScrolling; member in class:QWebFramePrivate
/external/webkit/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp932 bool allowsScrolling, int marginWidth, int marginHeight)
930 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp1327 bool allowsScrolling,
1322 createFrame( const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp468 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
467 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp718 const String& referrer, bool allowsScrolling,
728 frameView->setAllowsScrolling(allowsScrolling);
716 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp1031 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
1044 frameData.allowsScrolling = allowsScrolling;
1030 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp816 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
823 data->allowsScrolling = allowsScrolling;
815 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/WebKit/win/
H A DWebFrame.cpp286 HRESULT STDMETHODCALLTYPE WebFrame::allowsScrolling( function in class:WebFrame
/external/webkit/WebCore/loader/
H A DFrameLoader.cpp397 bool allowsScrolling = true; local
402 allowsScrolling = o->scrollingMode() != ScrollbarAlwaysOff;
413 RefPtr<Frame> frame = m_client->createFrame(url, name, ownerElement, hideReferrer ? String() : referrer, allowsScrolling, marginWidth, marginHeight);

Completed in 161 milliseconds