Searched refs:locationBarVisible (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebWindowFeatures.h57 bool locationBarVisible; member in struct:WebKit::WebWindowFeatures
73 , locationBarVisible(true)
95 , locationBarVisible(f.locationBarVisible)
/external/webkit/Source/WebCore/page/
H A DWindowFeatures.h49 , locationBarVisible(true)
72 bool locationBarVisible; member in struct:WebCore::WindowFeatures
H A DWindowFeatures.cpp61 locationBarVisible = true;
70 locationBarVisible = false;
153 locationBarVisible = value;
169 , locationBarVisible(false)
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_window_features.cpp103 *locationbar_visible = window_features->core->locationBarVisible;
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp69 wkFeatures.locationBarVisible = features.locationBarVisible;
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebwindowfeatures.cpp442 "locationbar-visible", features.locationBarVisible,
/external/webkit/Source/WebKit/wx/
H A DWebView.h337 , locationBarVisible(true)
347 bool locationBarVisible; member in class:wxWebKitWindowFeatures
/external/webkit/Source/WebKit2/Shared/
H A DWebCoreArgumentCoders.h310 encoder->encode(windowFeatures.locationBarVisible);
341 if (!decoder->decode(windowFeatures.locationBarVisible))
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp196 && !features.toolBarVisible && !features.locationBarVisible
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp3579 page->chrome()->setToolbarsVisible(features.toolBarVisible || features.locationBarVisible);

Completed in 1637 milliseconds