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

  /external/webkit/Source/WebKit2/UIProcess/
WebGeolocationProvider.h 35 class WebGeolocationManagerProxy;
39 void startUpdating(WebGeolocationManagerProxy*);
40 void stopUpdating(WebGeolocationManagerProxy*);
WebGeolocationManagerProxy.cpp 27 #include "WebGeolocationManagerProxy.h"
34 PassRefPtr<WebGeolocationManagerProxy> WebGeolocationManagerProxy::create(WebContext* context)
36 return adoptRef(new WebGeolocationManagerProxy(context));
39 WebGeolocationManagerProxy::WebGeolocationManagerProxy(WebContext* context)
45 WebGeolocationManagerProxy::~WebGeolocationManagerProxy()
49 void WebGeolocationManagerProxy::invalidate()
54 void WebGeolocationManagerProxy::initializeProvider(const WKGeolocationProvider* provider
    [all...]
WebGeolocationManagerProxy.h 43 class WebGeolocationManagerProxy : public APIObject {
47 static PassRefPtr<WebGeolocationManagerProxy> create(WebContext*);
48 virtual ~WebGeolocationManagerProxy();
61 explicit WebGeolocationManagerProxy(WebContext*);
WebGeolocationProvider.cpp 30 #include "WebGeolocationManagerProxy.h"
34 void WebGeolocationProvider::startUpdating(WebGeolocationManagerProxy* geolocationManager)
42 void WebGeolocationProvider::stopUpdating(WebGeolocationManagerProxy* geolocationManager)
WebContext.h 51 class WebGeolocationManagerProxy;
149 WebGeolocationManagerProxy* geolocationManagerProxy() const { return m_geolocationManagerProxy.get(); }
251 RefPtr<WebGeolocationManagerProxy> m_geolocationManagerProxy;
WebContext.cpp 43 #include "WebGeolocationManagerProxy.h"
120 , m_geolocationManagerProxy(WebGeolocationManagerProxy::create(this))
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKGeolocationManager.cpp 30 #include "WebGeolocationManagerProxy.h"
36 return toAPI(WebGeolocationManagerProxy::APIType);
WKAPICast.h 65 class WebGeolocationManagerProxy;
94 WK_ADD_API_MAPPING(WKGeolocationManagerRef, WebGeolocationManagerProxy)
  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.cpp 67 m_process->connection()->send(Messages::WebGeolocationManagerProxy::StartUpdating(), 0);
77 m_process->connection()->send(Messages::WebGeolocationManagerProxy::StopUpdating(), 0);

Completed in 78 milliseconds