/external/webkit/Source/WebKit/qt/Api/ |
D | qwebframe_p.h | 67 bool allowsScrolling; variable 81 , allowsScrolling(true) in QWebFramePrivate() 119 bool allowsScrolling; variable
|
D | qwebframe.cpp | 225 , allowsScrolling(true) in QWebFrameData() 242 allowsScrolling = frameData->allowsScrolling; in init()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebFrameView.idl | 72 @method allowsScrolling 75 - (BOOL)allowsScrolling; 77 HRESULT allowsScrolling([out, retval] BOOL* flag);
|
D | IWebFrame.idl | 230 @method allowsScrolling 233 - (BOOL)allowsScrolling; 235 HRESULT allowsScrolling([out, retval] BOOL* flag);
|
/external/webkit/Source/WebKit/wx/ |
D | WebFramePrivate.h | 55 bool allowsScrolling; variable
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFrameView.h | 72 - (BOOL)allowsScrolling;
|
D | WebFrameView.mm | 385 - (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/ |
D | SubframeLoader.cpp | 238 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()
|
D | FrameLoaderClient.h | 248 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) = 0;
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | FrameLoaderClientWx.cpp | 839 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame() argument 846 data->allowsScrolling = allowsScrolling; in createFrame()
|
D | FrameLoaderClientWx.h | 212 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | FrameLoaderClientWinCE.cpp | 170 … 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()
|
D | FrameLoaderClientWinCE.h | 111 … const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebFrameLoaderClient.h | 120 … const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | FrameLoaderClientHaiku.cpp | 719 const String& referrer, bool allowsScrolling, in createFrame() argument 729 frameView->setAllowsScrolling(allowsScrolling); in createFrame()
|
D | FrameLoaderClientHaiku.h | 229 … bool allowsScrolling, int marginWidth, int marginHeight);
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | FrameLoaderClientEfl.h | 137 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | FrameLoaderClientAndroid.h | 187 …e, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWi…
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebFrameLoaderClient.h | 185 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | FrameLoaderClientGtk.h | 116 … const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | FrameLoaderClientQt.h | 206 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
|
D | FrameLoaderClientQt.cpp | 1286 … const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) in createFrame() argument 1299 frameData.allowsScrolling = allowsScrolling; in createFrame()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | FrameLoaderClientImpl.h | 185 const WTF::String& referrer, bool allowsScrolling,
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebFrameLoaderClient.h | 202 … const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
|
/external/webkit/Source/WebKit/win/ |
D | WebFrame.h | 232 virtual HRESULT STDMETHODCALLTYPE allowsScrolling(
|