Searched defs:webWindowFeatures (Results 1 – 4 of 4) sorted by relevance
103 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in setWindowRect() local164 GRefPtr<WebKitWebWindowFeatures> webWindowFeatures(adoptGRef(kitNew(coreFeatures))); in createWindow() local188 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in setToolbarsVisible() local195 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in toolbarsVisible() local204 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in setStatusbarVisible() local211 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in statusbarVisible() local220 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in setScrollbarsVisible() local227 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in scrollbarsVisible() local236 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in setMenubarVisible() local243 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView); in menubarVisible() local
423 WebKitWebWindowFeatures *webWindowFeatures = webkit_web_window_features_new(); in kitNew() local
58 GRefPtr<WebKitWebWindowFeatures> webWindowFeatures; member
3680 …it_web_view_set_window_features(WebKitWebView* webView, WebKitWebWindowFeatures* webWindowFeatures) in webkit_web_view_set_window_features()