Searched refs:setToolbarsVisible (Results 1 - 25 of 33) sorted by relevance

12

/external/webkit/Source/WebCore/page/
H A DChrome.h112 void setToolbarsVisible(bool) const;
H A DChrome.cpp219 void Chrome::setToolbarsVisible(bool b) const function in class:WebCore::Chrome
221 m_client->setToolbarsVisible(b);
H A DChromeClient.h107 virtual void setToolbarsVisible(bool) = 0;
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h64 virtual void setToolbarsVisible(bool);
H A DChromeClientEfl.cpp176 void ChromeClientEfl::setToolbarsVisible(bool visible) function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h71 virtual void setToolbarsVisible(bool);
H A DChromeClientHaiku.cpp143 void ChromeClientHaiku::setToolbarsVisible(bool) function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.h66 virtual void setToolbarsVisible(bool);
H A DChromeClientWinCE.cpp109 void ChromeClientWinCE::setToolbarsVisible(bool) function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h68 virtual void setToolbarsVisible(bool);
H A DChromeClientWx.cpp185 void ChromeClientWx::setToolbarsVisible(bool) function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultUIDelegate.m119 - (void)webView: (WebView *)wv setToolbarsVisible:(BOOL)visible
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h85 virtual void setToolbarsVisible(bool);
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h80 virtual void setToolbarsVisible(bool);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h66 virtual void setToolbarsVisible(bool);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h65 virtual void setToolbarsVisible(bool);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebUIDelegate.h283 @method webView:setToolbarsVisible:
291 - (void)webView:(WebView *)sender setToolbarsVisible:(BOOL)visible;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h85 virtual void setToolbarsVisible(bool);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.h69 virtual void setToolbarsVisible(bool);
H A DWebInspectorDelegate.h87 virtual HRESULT STDMETHODCALLTYPE setToolbarsVisible( function in class:WebInspectorDelegate
H A DWebChromeClient.cpp256 void WebChromeClient::setToolbarsVisible(bool visible) function in class:WebChromeClient
260 uiDelegate->setToolbarsVisible(m_webView, visible);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h81 virtual void setToolbarsVisible(bool);
/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.h51 virtual HRESULT STDMETHODCALLTYPE setToolbarsVisible(IWebView*, BOOL) { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.h89 virtual HRESULT STDMETHODCALLTYPE setToolbarsVisible( function in class:UIDelegate
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebUIDelegate.idl305 @method webView:setToolbarsVisible:
312 - (void)webView:(WebView *)sender setToolbarsVisible:(BOOL)visible;
314 HRESULT setToolbarsVisible([in] IWebView* sender, [in] BOOL visible);

Completed in 230 milliseconds

12