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

  /external/webkit/Source/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/Source/WebKit/mac/WebView/
WebFrameView.h 61 @method setAllowsScrolling:
65 - (void)setAllowsScrolling:(BOOL)flag;
WebFrameView.mm 378 - (void)setAllowsScrolling:(BOOL)flag
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.h 229 virtual HRESULT STDMETHODCALLTYPE setAllowsScrolling(
WebFrame.cpp 277 HRESULT STDMETHODCALLTYPE WebFrame::setAllowsScrolling(
    [all...]
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.cpp 729 frameView->setAllowsScrolling(allowsScrolling);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 300 webFrame->setAllowsScrolling(b);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 340 [[[m_webView mainFrame] frameView] setAllowsScrolling:b];
    [all...]

Completed in 91 milliseconds