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

  /external/webkit/Source/WebKit2/UIProcess/
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*);

Completed in 20 milliseconds