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

1 2

  /external/webkit/Source/WebKit/wx/
WebFramePrivate.h 55 bool allowsScrolling;
  /external/webkit/Source/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/Source/WebKit/mac/WebView/
WebFrameView.h 68 @method allowsScrolling
72 - (BOOL)allowsScrolling;
WebFrameView.mm 385 - (BOOL)allowsScrolling
808 if ((![self allowsScrolling] && ![self _largestScrollableChild]) || [self _firstResponderIsFormControl]) {
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])) {
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe_p.h 67 bool allowsScrolling;
81 , allowsScrolling(true)
119 bool allowsScrolling;
qwebframe.cpp 225 , allowsScrolling(true)
242 allowsScrolling = frameData->allowsScrolling;
    [all...]
  /external/webkit/Source/WebCore/loader/
SubframeLoader.cpp 238 bool allowsScrolling = true;
243 allowsScrolling = o->scrollingMode() != ScrollbarAlwaysOff;
254 RefPtr<Frame> frame = m_frame->loader()->client()->createFrame(url, name, ownerElement, hideReferrer ? String() : referrer, allowsScrolling, marginWidth, marginHeight);
FrameLoaderClient.h 248 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) = 0;
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 229 bool allowsScrolling, int marginWidth, int marginHeight);
FrameLoaderClientHaiku.cpp 719 const String& referrer, bool allowsScrolling,
729 frameView->setAllowsScrolling(allowsScrolling);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.h 120 const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.cpp 839 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
846 data->allowsScrolling = allowsScrolling;
FrameLoaderClientWx.h 212 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.cpp 170 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight)
172 return m_webView->createFrame(url, name, ownerElement, referrer, allowsScrolling, marginWidth, marginHeight);
FrameLoaderClientWinCE.h 111 const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 187 virtual WTF::PassRefPtr<Frame> createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.h 185 const WTF::String& referrer, bool allowsScrolling,
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.h 137 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.h 116 const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 206 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
FrameLoaderClientQt.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.h 185 const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.h 202 const WTF::String& referrer, bool allowsScrolling, int marginWidth, int marginHeight);
  /external/webkit/Source/WebKit/win/
WebFrame.h 232 virtual HRESULT STDMETHODCALLTYPE allowsScrolling(

Completed in 345 milliseconds

1 2