Home
last modified time | relevance | path

Searched defs:webWindowFeatures (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.cpp103 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in setWindowRect() local
164 GRefPtr<WebKitWebWindowFeatures> webWindowFeatures(adoptGRef(kitNew(coreFeatures))); in createWindow() local
188 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in setToolbarsVisible() local
195 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in toolbarsVisible() local
204 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in setStatusbarVisible() local
211 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in statusbarVisible() local
220 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in setScrollbarsVisible() local
227 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in scrollbarsVisible() local
236 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in setMenubarVisible() local
243 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in menubarVisible() local
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebwindowfeatures.cpp423 WebKitWebWindowFeatures *webWindowFeatures = webkit_web_window_features_new(); in kitNew() local
Dwebkitwebviewprivate.h58 GRefPtr<WebKitWebWindowFeatures> webWindowFeatures; member
Dwebkitwebview.cpp3680 …it_web_view_set_window_features(WebKitWebView* webView, WebKitWebWindowFeatures* webWindowFeatures) in webkit_web_view_set_window_features()