Searched refs:WebKitGeolocationPolicyDecision (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitgeolocationpolicydecisionprivate.h30 WebKitGeolocationPolicyDecision* webkit_geolocation_policy_decision_new(WebKitWebFrame*, WebCore::Geolocation*);
H A Dwebkitgeolocationpolicydecision.cpp32 * #WebKitGeolocationPolicyDecision objects are given to the application when
38 G_DEFINE_TYPE(WebKitGeolocationPolicyDecision, webkit_geolocation_policy_decision, G_TYPE_OBJECT);
50 static void webkit_geolocation_policy_decision_init(WebKitGeolocationPolicyDecision* decision)
55 WebKitGeolocationPolicyDecision* webkit_geolocation_policy_decision_new(WebKitWebFrame* frame, Geolocation* geolocation)
58 WebKitGeolocationPolicyDecision* decision = WEBKIT_GEOLOCATION_POLICY_DECISION(g_object_new(WEBKIT_TYPE_GEOLOCATION_POLICY_DECISION, NULL));
68 * @decision: a #WebKitGeolocationPolicyDecision
74 void webkit_geolocation_policy_allow(WebKitGeolocationPolicyDecision* decision)
84 * @decision: a #WebKitGeolocationPolicyDecision
90 void webkit_geolocation_policy_deny(WebKitGeolocationPolicyDecision* decision)
H A Dwebkitgeolocationpolicydecision.h29 #define WEBKIT_GEOLOCATION_POLICY_DECISION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_TYPE_GEOLOCATION_POLICY_DECISION, WebKitGeolocationPolicyDecision))
57 webkit_geolocation_policy_allow (WebKitGeolocationPolicyDecision* decision);
60 webkit_geolocation_policy_deny (WebKitGeolocationPolicyDecision* decision);
H A Dwebkitdefines.h95 typedef struct _WebKitGeolocationPolicyDecision WebKitGeolocationPolicyDecision; typedef in typeref:struct:_WebKitGeolocationPolicyDecision
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp674 GRefPtr<WebKitGeolocationPolicyDecision> policyDecision(adoptGRef(webkit_geolocation_policy_decision_new(webFrame, geolocation)));
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp978 geolocationPolicyDecisionRequested(WebKitWebView*, WebKitWebFrame*, WebKitGeolocationPolicyDecision* decision)

Completed in 57 milliseconds