Searched defs:WebGeolocationManager (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Geolocation/
H A DWebGeolocationManager.h49 class WebGeolocationManager { class in namespace:WebKit
50 WTF_MAKE_NONCOPYABLE(WebGeolocationManager);
52 explicit WebGeolocationManager(WebProcess*);
53 ~WebGeolocationManager();
H A DWebGeolocationManager.cpp27 #include "WebGeolocationManager.h"
45 WebGeolocationManager::WebGeolocationManager(WebProcess* process) function in class:WebKit::WebGeolocationManager
50 WebGeolocationManager::~WebGeolocationManager()
54 void WebGeolocationManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
59 void WebGeolocationManager::registerWebPage(WebPage* page)
71 void WebGeolocationManager::unregisterWebPage(WebPage* page)
81 void WebGeolocationManager::didChangePosition(const WebGeolocationPosition::Data& data)
96 void WebGeolocationManager
[all...]

Completed in 47 milliseconds