Searched refs:allowsScrolling (Results 1 - 25 of 34) sorted by relevance

12

/external/webkit/Source/WebKit/wx/
H A DWebFramePrivate.h55 bool allowsScrolling; member in class:WebViewFrameData
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFrameView.idl72 @method allowsScrolling
75 - (BOOL)allowsScrolling;
77 HRESULT allowsScrolling([out, retval] BOOL* flag);
H A DIWebFrame.idl230 @method allowsScrolling
233 - (BOOL)allowsScrolling;
235 HRESULT allowsScrolling([out, retval] BOOL* flag);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrameView.h68 @method allowsScrolling
72 - (BOOL)allowsScrolling;
H A DWebFrameView.mm385 - (BOOL)allowsScrolling
808 if ((![self allowsScrolling] && ![self _largestScrollableChild]) || [self _firstResponderIsFormControl]) {
820 if (![self allowsScrolling] && ![self _largestScrollableChild]) {
828 if (![self allowsScrolling] && ![self _largestScrollableChild]) {
836 if (![self allowsScrolling] && ![self _largestScrollableChild]) {
844 if (![self allowsScrolling] && ![self _largestScrollableChild]) {
857 if ((![self allowsScrolling] && ![self _largestScrollableChild]) ||
880 if ((![self allowsScrolling] && ![self _largestScrollableChild]) ||
912 if ((![self allowsScrolling] && ![self _largestScrollableChild])) {
940 if ((![self allowsScrolling]
[all...]
/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
H A Dqwebframe.cpp225 , allowsScrolling(true)
242 allowsScrolling = frameData->allowsScrolling;
/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);
H A DFrameLoaderClient.h248 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) = 0;
/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
H A DFrameLoaderClientWx.h212 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/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
H A DFrameLoaderClientWinCE.h111 const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.h137 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
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/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.h229 bool allowsScrolling, int marginWidth, int marginHeight);
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/win/WebCoreSupport/
H A DWebFrameLoaderClient.h120 const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.h188 virtual WTF::PassRefPtr<Frame> createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.h185 const WTF::String& referrer, bool allowsScrolling,
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.h116 const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.h206 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
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/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.h185 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.h202 const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);

Completed in 254 milliseconds

12