OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebGeolocationManager
(Results
1 - 4
of
4
) 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
...]
/external/webkit/Source/WebKit2/UIProcess/
WebGeolocationManagerProxy.cpp
64
m_context->sendToAllProcesses(Messages::
WebGeolocationManager
::DidChangePosition(position->data()));
72
m_context->sendToAllProcesses(Messages::
WebGeolocationManager
::DidFailToDeterminePosition());
/external/webkit/Source/WebKit2/WebProcess/
WebProcess.h
37
#include "
WebGeolocationManager
.h"
116
WebGeolocationManager
& geolocationManager() { return m_geolocationManager; }
215
WebGeolocationManager
m_geolocationManager;
Completed in 361 milliseconds