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

  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebwindowfeaturesprivate.h 26 #include "webkitwebwindowfeatures.h"
30 WebKitWebWindowFeatures* kitNew(const WebCore::WindowFeatures&);
webkitwebwindowfeatures.h 30 #define WEBKIT_WEB_WINDOW_FEATURES(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_TYPE_WEB_WINDOW_FEATURES, WebKitWebWindowFeatures))
59 WEBKIT_API WebKitWebWindowFeatures*
63 webkit_web_window_features_equal (WebKitWebWindowFeatures* features1,
64 WebKitWebWindowFeatures* features2);
webkitwebwindowfeatures.cpp 22 #include "webkitwebwindowfeatures.h"
29 * SECTION:webkitwebwindowfeatures
40 * to get the #WebKitWebWindowFeatures and then monitor the property
41 * changes. Be aware that the #WebKitWebWindowFeatures might change
44 * and reconnect the signals whenever the #WebKitWebWindowFeatures of
48 * /<!-- -->* Get the current WebKitWebWindowFeatures *<!-- -->/
49 * WebKitWebWindowFeatures *features = webkit_web_view_get_window_features (my_webview);
73 G_DEFINE_TYPE(WebKitWebWindowFeatures, webkit_web_window_features, G_TYPE_OBJECT)
107 * WebKitWebWindowFeatures:x:
125 * WebKitWebWindowFeatures:y
    [all...]
webkitdefines.h 71 typedef struct _WebKitWebWindowFeatures WebKitWebWindowFeatures;
webkitwebviewprivate.h 58 GRefPtr<WebKitWebWindowFeatures> webWindowFeatures;
webkitwebview.h 312 WEBKIT_API WebKitWebWindowFeatures*
webkitwebview.cpp 104 #include "webkitwebwindowfeatures.h"
251 static void webkit_web_view_set_window_features(WebKitWebView* webView, WebKitWebWindowFeatures* webWindowFeatures);
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 103 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView);
164 GRefPtr<WebKitWebWindowFeatures> webWindowFeatures(adoptGRef(kitNew(coreFeatures)));
188 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView);
195 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView);
204 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView);
211 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView);
220 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView);
227 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView);
236 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView);
243 WebKitWebWindowFeatures* webWindowFeatures = webkit_web_view_get_window_features(m_webView)
    [all...]

Completed in 737 milliseconds