Searched defs:allowsScrolling (Results 1 - 13 of 13) sorted by path

/external/webkit/Source/WebCore/loader/
H A DSubframeLoader.cpp238 bool allowsScrolling = true; local
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/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp996 bool allowsScrolling, int marginWidth, int marginHeight)
994 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp1401 bool allowsScrolling,
1396 createFrame( const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp340 PassRefPtr<Frame> FrameLoaderClientEfl::createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp640 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
639 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp719 const String& referrer, bool allowsScrolling,
729 frameView->setAllowsScrolling(allowsScrolling);
717 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe_p.h67 bool allowsScrolling; member in class:QWebFrameData
81 , allowsScrolling(true)
119 bool allowsScrolling; member in class:QWebFramePrivate
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp1286 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
1299 frameData.allowsScrolling = allowsScrolling;
1285 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp287 HRESULT STDMETHODCALLTYPE WebFrame::allowsScrolling( function in class:WebFrame
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp170 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
172 return m_webView->createFrame(url, name, ownerElement, referrer, allowsScrolling, marginWidth, marginHeight);
169 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebKit/wx/
H A DWebFramePrivate.h55 bool allowsScrolling; member in class:WebViewFrameData
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp839 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
846 data->allowsScrolling = allowsScrolling;
838 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp1173 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
1172 createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument

Completed in 243 milliseconds