Home
last modified time | relevance | path

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

/external/webkit/WebKit/wx/
DWebFramePrivate.h55 bool allowsScrolling; variable
/external/webkit/WebKit/qt/Api/
Dqwebframe_p.h57 bool allowsScrolling; variable
97 bool allowsScrolling; variable
/external/webkit/WebKit/mac/WebView/
DWebFrameView.mm388 {
/external/webkit/WebKit/wx/WebKitSupport/
DFrameLoaderClientWx.cpp816 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame()
/external/webkit/WebKit/haiku/WebCoreSupport/
DFrameLoaderClientHaiku.cpp718 const String& referrer, bool allowsScrolling, in createFrame()
/external/webkit/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp468 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame()
/external/webkit/WebKit/chromium/src/
DFrameLoaderClientImpl.cpp1327 bool allowsScrolling, in createFrame()
/external/webkit/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp932 bool allowsScrolling, int marginWidth, int marginHeight) in createFrame()
/external/webkit/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp1031 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame()
/external/webkit/WebKit/win/
DWebFrame.cpp286 HRESULT STDMETHODCALLTYPE WebFrame::allowsScrolling( in allowsScrolling() function in WebFrame
/external/webkit/WebCore/loader/
DFrameLoader.cpp397 bool allowsScrolling = true; in loadSubframe() local