Searched refs:setAllowsScrolling (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFrameView.idl64 @method setAllowsScrolling:
67 - (void)setAllowsScrolling:(BOOL)flag;
69 HRESULT setAllowsScrolling([in] BOOL flag);
H A DIWebFrame.idl222 @method setAllowsScrolling:
225 - (void)setAllowsScrolling:(BOOL)flag;
227 HRESULT setAllowsScrolling([in] BOOL flag);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrameView.h61 @method setAllowsScrolling:
65 - (void)setAllowsScrolling:(BOOL)flag;
H A DWebFrameView.mm378 - (void)setAllowsScrolling:(BOOL)flag
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp729 frameView->setAllowsScrolling(allowsScrolling);
/external/webkit/Source/WebKit/win/
H A DWebFrame.h229 virtual HRESULT STDMETHODCALLTYPE setAllowsScrolling(
H A DWebFrame.cpp277 HRESULT STDMETHODCALLTYPE WebFrame::setAllowsScrolling( function in class:WebFrame
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp300 webFrame->setAllowsScrolling(b);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.mm340 [[[m_webView mainFrame] frameView] setAllowsScrolling:b];

Completed in 1162 milliseconds