HomeSort by relevance Sort by last modified time
    Searched refs:allowsScrolling (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/WebKit/wx/
WebFramePrivate.h 55 bool allowsScrolling;
  /external/webkit/WebKit/win/Interfaces/
IWebFrameView.idl 72 @method allowsScrolling
75 - (BOOL)allowsScrolling;
77 HRESULT allowsScrolling([out, retval] BOOL* flag);
IWebFrame.idl 230 @method allowsScrolling
233 - (BOOL)allowsScrolling;
235 HRESULT allowsScrolling([out, retval] BOOL* flag);
  /external/webkit/WebKit/mac/WebView/
WebFrameView.h 68 @method allowsScrolling
72 - (BOOL)allowsScrolling;
WebFrameView.mm 387 - (BOOL)allowsScrolling
735 if ((![self allowsScrolling] && ![self _largestChildWithScrollBars]) || [self _firstResponderIsFormControl]) {
747 if (![self allowsScrolling] && ![self _largestChildWithScrollBars]) {
755 if (![self allowsScrolling] && ![self _largestChildWithScrollBars]) {
763 if (![self allowsScrolling] && ![self _largestChildWithScrollBars]) {
771 if (![self allowsScrolling] && ![self _largestChildWithScrollBars]) {
784 if ((![self allowsScrolling] && ![self _largestChildWithScrollBars]) ||
807 if ((![self allowsScrolling] && ![self _largestChildWithScrollBars]) ||
839 if ((![self allowsScrolling] && ![self _largestChildWithScrollBars])) {
867 if ((![self allowsScrolling] && ![self _largestChildWithScrollBars]))
    [all...]
WebDynamicScrollBarsView.mm 377 if ([docView isKindOfClass:[WebFrameView class]] && ![(WebFrameView *)docView allowsScrolling])
  /external/webkit/WebKit/qt/Api/
qwebframe_p.h 57 bool allowsScrolling;
71 , allowsScrolling(true)
97 bool allowsScrolling;
qwebframe.cpp 258 , allowsScrolling(true)
275 allowsScrolling = frameData->allowsScrolling;
    [all...]
  /external/webkit/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 222 bool allowsScrolling, int marginWidth, int marginHeight);
FrameLoaderClientHaiku.cpp 718 const String& referrer, bool allowsScrolling,
728 frameView->setAllowsScrolling(allowsScrolling);
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.h 114 const WebCore::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
  /external/webkit/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.h 203 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
FrameLoaderClientWx.cpp 816 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
823 data->allowsScrolling = allowsScrolling;
  /external/webkit/WebCore/loader/
FrameLoaderClient.h 221 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) = 0;
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 180 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
FrameLoaderClientAndroid.cpp     [all...]
  /external/webkit/WebKit/chromium/src/
FrameLoaderClientImpl.h 175 const WebCore::String& referrer, bool allowsScrolling,
FrameLoaderClientImpl.cpp     [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.h 115 const WebCore::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
FrameLoaderClientGtk.cpp 468 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.h 190 const WebCore::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
WebChromeClient.mm 297 return [[[m_webView mainFrame] frameView] allowsScrolling];
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 196 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) ;
FrameLoaderClientQt.cpp 1031 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
1044 frameData.allowsScrolling = allowsScrolling;
    [all...]
  /external/webkit/WebKit/win/
WebFrame.h 222 virtual HRESULT STDMETHODCALLTYPE allowsScrolling(

Completed in 64 milliseconds

1 2