Searched refs:statusbarVisible (Results 1 - 25 of 28) sorted by relevance

12

/external/webkit/Source/WebCore/page/
H A DBarInfo.cpp77 return page->chrome()->statusbarVisible();
H A DChrome.h116 bool statusbarVisible() const;
H A DChrome.cpp234 bool Chrome::statusbarVisible() const function in class:WebCore::Chrome
236 return m_client->statusbarVisible();
H A DChromeClient.h111 virtual bool statusbarVisible() = 0;
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h68 virtual bool statusbarVisible();
H A DChromeClientEfl.cpp194 bool ChromeClientEfl::statusbarVisible() function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h75 virtual bool statusbarVisible();
H A DChromeClientHaiku.cpp159 bool ChromeClientHaiku::statusbarVisible() function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.h70 virtual bool statusbarVisible();
H A DChromeClientWinCE.cpp124 bool ChromeClientWinCE::statusbarVisible() function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h72 virtual bool statusbarVisible();
H A DChromeClientWx.cpp201 bool ChromeClientWx::statusbarVisible() function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h88 virtual bool statusbarVisible();
H A DChromeClientAndroid.cpp220 bool ChromeClientAndroid::statusbarVisible() { notImplemented(); return false; } function in class:android::ChromeClientAndroid
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h83 virtual bool statusbarVisible();
H A DChromeClientImpl.cpp368 bool ChromeClientImpl::statusbarVisible() function in class:WebKit::ChromeClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h70 virtual bool statusbarVisible();
H A DChromeClientGtk.cpp209 bool ChromeClient::statusbarVisible() function in class:WebKit::ChromeClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h69 virtual bool statusbarVisible();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h89 virtual bool statusbarVisible();
H A DChromeClientQt.cpp251 bool ChromeClientQt::statusbarVisible() function in class:WebCore::ChromeClientQt
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.h73 virtual bool statusbarVisible();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h85 virtual bool statusbarVisible();
/external/webkit/Tools/EWebLauncher/
H A Dmain.c84 Eina_Bool statusbarVisible:1; member in struct:_Window_Properties
344 windowProperties.statusbarVisible = EINA_TRUE;
347 windowProperties.statusbarVisible = EINA_FALSE;
355 *visible = windowProperties.statusbarVisible;
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h119 virtual bool statusbarVisible() { return false; } function in class:WebCore::EmptyChromeClient

Completed in 324 milliseconds

12