Home | History | Annotate | Download | only in Geolocation

Lines Matching defs:WebGeolocationManager

27 #include "WebGeolocationManager.h"
45 WebGeolocationManager::WebGeolocationManager(WebProcess* process)
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::didFailToDeterminePosition()