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

  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.h 49 class WebGeolocationManager {
50 WTF_MAKE_NONCOPYABLE(WebGeolocationManager);
52 explicit WebGeolocationManager(WebProcess*);
53 ~WebGeolocationManager();
WebGeolocationManager.cpp 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(
    [all...]

Completed in 516 milliseconds