Home
last modified time | relevance | path

Searched defs:allowsScrolling (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebKit/wx/
DWebFramePrivate.h55 bool allowsScrolling; variable
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe_p.h67 bool allowsScrolling; variable
119 bool allowsScrolling; variable
/external/webkit/Source/WebCore/loader/
DSubframeLoader.cpp238 bool allowsScrolling = true; in loadSubframe() local
/external/webkit/Source/WebKit/mac/WebView/
DWebFrameView.mm386 {
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DFrameLoaderClientWinCE.cpp170 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame()
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DFrameLoaderClientHaiku.cpp719 const String& referrer, bool allowsScrolling, in createFrame()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DFrameLoaderClientEfl.cpp340 …ame, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int margin… in createFrame()
/external/webkit/Source/WebKit/wx/WebKitSupport/
DFrameLoaderClientWx.cpp839 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame()
/external/webkit/Source/WebKit/chromium/src/
DFrameLoaderClientImpl.cpp1401 bool allowsScrolling, in createFrame()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp640 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp996 bool allowsScrolling, int marginWidth, int marginHeight) in createFrame()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.cpp1173 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp1286 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame()
/external/webkit/Source/WebKit/win/
DWebFrame.cpp287 HRESULT STDMETHODCALLTYPE WebFrame::allowsScrolling( in allowsScrolling() function in WebFrame