Home
last modified time | relevance | path

Searched refs:WebGeolocationManagerProxy (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebGeolocationManagerProxy.cpp34 PassRefPtr<WebGeolocationManagerProxy> WebGeolocationManagerProxy::create(WebContext* context) in create()
36 return adoptRef(new WebGeolocationManagerProxy(context)); in create()
39 WebGeolocationManagerProxy::WebGeolocationManagerProxy(WebContext* context) in WebGeolocationManagerProxy() function in WebKit::WebGeolocationManagerProxy
45 WebGeolocationManagerProxy::~WebGeolocationManagerProxy() in ~WebGeolocationManagerProxy()
49 void WebGeolocationManagerProxy::invalidate() in invalidate()
54 void WebGeolocationManagerProxy::initializeProvider(const WKGeolocationProvider* provider) in initializeProvider()
59 void WebGeolocationManagerProxy::providerDidChangePosition(WebGeolocationPosition* position) in providerDidChangePosition()
67 void WebGeolocationManagerProxy::providerDidFailToDeterminePosition() in providerDidFailToDeterminePosition()
75 void WebGeolocationManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::Messag… in didReceiveMessage()
80 void WebGeolocationManagerProxy::startUpdating() in startUpdating()
[all …]
DWebGeolocationManagerProxy.h43 class WebGeolocationManagerProxy : public APIObject {
47 static PassRefPtr<WebGeolocationManagerProxy> create(WebContext*);
48 virtual ~WebGeolocationManagerProxy();
61 explicit WebGeolocationManagerProxy(WebContext*);
DWebGeolocationProvider.h35 class WebGeolocationManagerProxy; variable
39 void startUpdating(WebGeolocationManagerProxy*);
40 void stopUpdating(WebGeolocationManagerProxy*);
DWebGeolocationProvider.cpp34 void WebGeolocationProvider::startUpdating(WebGeolocationManagerProxy* geolocationManager) in startUpdating()
42 void WebGeolocationProvider::stopUpdating(WebGeolocationManagerProxy* geolocationManager) in stopUpdating()
DWebContext.h51 class WebGeolocationManagerProxy; variable
149WebGeolocationManagerProxy* geolocationManagerProxy() const { return m_geolocationManagerProxy.get… in geolocationManagerProxy()
251 RefPtr<WebGeolocationManagerProxy> m_geolocationManagerProxy;
DWebGeolocationManagerProxy.messages.in23 messages -> WebGeolocationManagerProxy {
DWebContext.cpp120 , m_geolocationManagerProxy(WebGeolocationManagerProxy::create(this)) in WebContext()
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
DWebGeolocationManager.cpp67 m_process->connection()->send(Messages::WebGeolocationManagerProxy::StartUpdating(), 0); in registerWebPage()
77 m_process->connection()->send(Messages::WebGeolocationManagerProxy::StopUpdating(), 0); in unregisterWebPage()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKGeolocationManager.cpp36 return toAPI(WebGeolocationManagerProxy::APIType); in WKGeolocationManagerGetTypeID()
DWKAPICast.h65 class WebGeolocationManagerProxy; variable
94 WK_ADD_API_MAPPING(WKGeolocationManagerRef, WebGeolocationManagerProxy) in WK_ADD_API_MAPPING()
/external/webkit/Source/WebKit2/
DDerivedSources.make65 WebGeolocationManagerProxy \
DDerivedSources.pro111 WebGeolocationManagerProxy.messages.in \
DWebKit2.pro210 UIProcess/WebGeolocationManagerProxy.h \
414 UIProcess/WebGeolocationManagerProxy.cpp \
DGNUmakefile.am452 Source/WebKit2/UIProcess/WebGeolocationManagerProxy.cpp \
453 Source/WebKit2/UIProcess/WebGeolocationManagerProxy.h \
DChangeLog-2011-02-164920 * UIProcess/WebGeolocationManagerProxy.cpp:
8929 * UIProcess/WebGeolocationManagerProxy.cpp: Added.
8930 (WebKit::WebGeolocationManagerProxy::create):
8931 (WebKit::WebGeolocationManagerProxy::WebGeolocationManagerProxy):
8932 (WebKit::WebGeolocationManagerProxy::~WebGeolocationManagerProxy):
8933 (WebKit::WebGeolocationManagerProxy::invalidate):
8934 (WebKit::WebGeolocationManagerProxy::initializeProvider):
8935 (WebKit::WebGeolocationManagerProxy::providerDidChangePosition):
8936 (WebKit::WebGeolocationManagerProxy::providerDidFailToDeterminePosition):
8937 (WebKit::WebGeolocationManagerProxy::didReceiveMessage):
[all …]
DChangeLog4064 * UIProcess/WebGeolocationManagerProxy.cpp:
4065 (WebKit::WebGeolocationManagerProxy::providerDidChangePosition):
4066 (WebKit::WebGeolocationManagerProxy::providerDidFailToDeterminePosition):
/external/webkit/Source/WebKit2/WebKit2.xcodeproj/
Dproject.pbxproj546 …05C67B0 /* WebGeolocationManagerProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = BC54CAC912D…
547 …5C67B0 /* WebGeolocationManagerProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC54CACA12…
1330 …/* WebGeolocationManagerProxy.messages.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnow…
1454 …/* WebGeolocationManagerProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1455WebGeolocationManagerProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
2562 BC54CACA12D64291005C67B0 /* WebGeolocationManagerProxy.cpp */,
2563 BC54CAC912D64291005C67B0 /* WebGeolocationManagerProxy.h */,
2564 BC0E615212D6CAC80012A72A /* WebGeolocationManagerProxy.messages.in */,
3606 BC54CACB12D64291005C67B0 /* WebGeolocationManagerProxy.h in Headers */,
4219 BC54CACC12D64291005C67B0 /* WebGeolocationManagerProxy.cpp in Sources */,