HomeSort by relevance Sort by last modified time
    Searched refs:setAllowsScrolling (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebKit/win/Interfaces/
IWebFrameView.idl 64 @method setAllowsScrolling:
67 - (void)setAllowsScrolling:(BOOL)flag;
69 HRESULT setAllowsScrolling([in] BOOL flag);
IWebFrame.idl 222 @method setAllowsScrolling:
225 - (void)setAllowsScrolling:(BOOL)flag;
227 HRESULT setAllowsScrolling([in] BOOL flag);
  /external/webkit/WebKit/mac/WebView/
WebFrameView.h 61 @method setAllowsScrolling:
65 - (void)setAllowsScrolling:(BOOL)flag;
WebFrameView.mm 380 - (void)setAllowsScrolling:(BOOL)flag
    [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.h 215 void setAllowsScrolling(bool);
ChromeClientImpl.cpp 326 web_frame->setAllowsScrolling(value);
WebFrameImpl.cpp     [all...]
  /external/webkit/WebKit/win/
WebFrame.h 219 virtual HRESULT STDMETHODCALLTYPE setAllowsScrolling(
WebFrame.cpp 276 HRESULT STDMETHODCALLTYPE WebFrame::setAllowsScrolling(
    [all...]
  /external/webkit/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.cpp 728 frameView->setAllowsScrolling(allowsScrolling);
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 292 [[[m_webView mainFrame] frameView] setAllowsScrolling:b];
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 288 webFrame->setAllowsScrolling(b);

Completed in 863 milliseconds