OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebKitGeolocationPolicyDecision
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit/gtk/webkit/
webkitgeolocationpolicydecisionprivate.h
26
#include "
webkitgeolocationpolicydecision
.h"
30
WebKitGeolocationPolicyDecision
* webkit_geolocation_policy_decision_new(WebKitWebFrame*, WebCore::Geolocation*);
webkitgeolocationpolicydecision.cpp
21
#include "
webkitgeolocationpolicydecision
.h"
29
* SECTION:
webkitgeolocationpolicydecision
32
* #
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
[
all
...]
webkitgeolocationpolicydecision.h
29
#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);
webkitdefines.h
95
typedef struct _WebKitGeolocationPolicyDecision
WebKitGeolocationPolicyDecision
;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp
50
#include "
webkitgeolocationpolicydecision
.h"
674
GRefPtr<
WebKitGeolocationPolicyDecision
> policyDecision(adoptGRef(webkit_geolocation_policy_decision_new(webFrame, geolocation)));
/external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp
[
all
...]
Completed in 71 milliseconds