Searched refs:WebGeolocationManagerProxy (Results 1 – 17 of 17) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebGeolocationManagerProxy.cpp | 34 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 …]
|
D | WebGeolocationManagerProxy.h | 43 class WebGeolocationManagerProxy : public APIObject { 47 static PassRefPtr<WebGeolocationManagerProxy> create(WebContext*); 48 virtual ~WebGeolocationManagerProxy(); 61 explicit WebGeolocationManagerProxy(WebContext*);
|
D | WebGeolocationProvider.h | 35 class WebGeolocationManagerProxy; variable 39 void startUpdating(WebGeolocationManagerProxy*); 40 void stopUpdating(WebGeolocationManagerProxy*);
|
D | WebGeolocationProvider.cpp | 34 void WebGeolocationProvider::startUpdating(WebGeolocationManagerProxy* geolocationManager) in startUpdating() 42 void WebGeolocationProvider::stopUpdating(WebGeolocationManagerProxy* geolocationManager) in stopUpdating()
|
D | WebContext.h | 51 class WebGeolocationManagerProxy; variable 149 …WebGeolocationManagerProxy* geolocationManagerProxy() const { return m_geolocationManagerProxy.get… in geolocationManagerProxy() 251 RefPtr<WebGeolocationManagerProxy> m_geolocationManagerProxy;
|
D | WebGeolocationManagerProxy.messages.in | 23 messages -> WebGeolocationManagerProxy {
|
D | WebContext.cpp | 120 , m_geolocationManagerProxy(WebGeolocationManagerProxy::create(this)) in WebContext()
|
/external/webkit/Source/WebKit2/WebProcess/Geolocation/ |
D | WebGeolocationManager.cpp | 67 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/ |
D | WKGeolocationManager.cpp | 36 return toAPI(WebGeolocationManagerProxy::APIType); in WKGeolocationManagerGetTypeID()
|
D | WKAPICast.h | 65 class WebGeolocationManagerProxy; variable 94 WK_ADD_API_MAPPING(WKGeolocationManagerRef, WebGeolocationManagerProxy) in WK_ADD_API_MAPPING()
|
/external/webkit/Source/WebKit2/ |
D | DerivedSources.make | 65 WebGeolocationManagerProxy \
|
D | DerivedSources.pro | 111 WebGeolocationManagerProxy.messages.in \
|
D | WebKit2.pro | 210 UIProcess/WebGeolocationManagerProxy.h \ 414 UIProcess/WebGeolocationManagerProxy.cpp \
|
D | GNUmakefile.am | 452 Source/WebKit2/UIProcess/WebGeolocationManagerProxy.cpp \ 453 Source/WebKit2/UIProcess/WebGeolocationManagerProxy.h \
|
D | ChangeLog-2011-02-16 | 4920 * 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 …]
|
D | ChangeLog | 4064 * UIProcess/WebGeolocationManagerProxy.cpp: 4065 (WebKit::WebGeolocationManagerProxy::providerDidChangePosition): 4066 (WebKit::WebGeolocationManagerProxy::providerDidFailToDeterminePosition):
|
/external/webkit/Source/WebKit2/WebKit2.xcodeproj/ |
D | project.pbxproj | 546 …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 … 1455 …WebGeolocationManagerProxy.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 */,
|