Home
last modified time | relevance | path

Searched refs:allowsScrolling (Results 1 – 25 of 42) sorted by relevance

12

/external/webkit/Source/WebKit/qt/Api/
Dqwebframe_p.h67 bool allowsScrolling; variable
81 , allowsScrolling(true) in QWebFramePrivate()
119 bool allowsScrolling; variable
Dqwebframe.cpp225 , allowsScrolling(true) in QWebFrameData()
242 allowsScrolling = frameData->allowsScrolling; in init()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebFrameView.idl72 @method allowsScrolling
75 - (BOOL)allowsScrolling;
77 HRESULT allowsScrolling([out, retval] BOOL* flag);
DIWebFrame.idl230 @method allowsScrolling
233 - (BOOL)allowsScrolling;
235 HRESULT allowsScrolling([out, retval] BOOL* flag);
/external/webkit/Source/WebKit/wx/
DWebFramePrivate.h55 bool allowsScrolling; variable
/external/webkit/Source/WebKit/mac/WebView/
DWebFrameView.h72 - (BOOL)allowsScrolling;
DWebFrameView.mm385 - (BOOL)allowsScrolling
808 …if ((![self allowsScrolling] && ![self _largestScrollableChild]) || [self _firstResponderIsFormCon…
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] && ![self _largestScrollableChild])) {
/external/webkit/Source/WebCore/loader/
DSubframeLoader.cpp238 bool allowsScrolling = true; in loadSubframe() local
243 allowsScrolling = o->scrollingMode() != ScrollbarAlwaysOff; in loadSubframe()
254 …teFrame(url, name, ownerElement, hideReferrer ? String() : referrer, allowsScrolling, marginWidth,… in loadSubframe()
DFrameLoaderClient.h248 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) = 0;
/external/webkit/Source/WebKit/wx/WebKitSupport/
DFrameLoaderClientWx.cpp839 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame() argument
846 data->allowsScrolling = allowsScrolling; in createFrame()
DFrameLoaderClientWx.h212 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DFrameLoaderClientWinCE.cpp170 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame() argument
172 …return m_webView->createFrame(url, name, ownerElement, referrer, allowsScrolling, marginWidth, mar… in createFrame()
DFrameLoaderClientWinCE.h111 … const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.h120 … const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DFrameLoaderClientHaiku.cpp719 const String& referrer, bool allowsScrolling, in createFrame() argument
729 frameView->setAllowsScrolling(allowsScrolling); in createFrame()
DFrameLoaderClientHaiku.h229 … bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DFrameLoaderClientEfl.h137 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.h187 …e, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWi…
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.h185 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.h116 … const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.h206 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
DFrameLoaderClientQt.cpp1286 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame() argument
1299 frameData.allowsScrolling = allowsScrolling; in createFrame()
/external/webkit/Source/WebKit/chromium/src/
DFrameLoaderClientImpl.h185 const WTF::String& referrer, bool allowsScrolling,
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.h202 … const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
/external/webkit/Source/WebKit/win/
DWebFrame.h232 virtual HRESULT STDMETHODCALLTYPE allowsScrolling(

12