HomeSort by relevance Sort by last modified time
    Searched refs:webWindowFeatures (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 83 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView);
85 g_object_set(webWindowFeatures,
130 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_window_features_new_from_core_features(coreFeatures);
131 g_object_set(webView, "window-features", webWindowFeatures, NULL);
132 g_object_unref(webWindowFeatures);
158 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView);
160 g_object_set(webWindowFeatures, "toolbar-visible", visible, NULL);
165 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView);
168 g_object_get(webWindowFeatures, "toolbar-visible", &visible, NULL);
174 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView)
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebwindowfeatures.cpp 384 WebKitWebWindowFeatures *webWindowFeatures = webkit_web_window_features_new();
387 g_object_set(webWindowFeatures, "x", static_cast<int>(features.x), NULL);
390 g_object_set(webWindowFeatures, "y", static_cast<int>(features.y), NULL);
393 g_object_set(webWindowFeatures, "width", static_cast<int>(features.width), NULL);
396 g_object_set(webWindowFeatures, "height", static_cast<int>(features.height), NULL);
398 g_object_set(webWindowFeatures,
407 return webWindowFeatures;
webkitprivate.h 122 WebKitWebWindowFeatures* webWindowFeatures;
webkitwebview.cpp 191 static void webkit_web_view_set_window_features(WebKitWebView* webView, WebKitWebWindowFeatures* webWindowFeatures);
    [all...]

Completed in 19 milliseconds