OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GeolocationClientMock
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/mock/
GeolocationClientMock.cpp
33
#include "core/platform/mock/
GeolocationClientMock
.h"
41
GeolocationClientMock
::
GeolocationClientMock
()
44
, m_controllerTimer(this, &
GeolocationClientMock
::controllerTimerFired)
45
, m_permissionTimer(this, &
GeolocationClientMock
::permissionTimerFired)
51
GeolocationClientMock
::~
GeolocationClientMock
()
56
void
GeolocationClientMock
::setController(GeolocationController *controller)
62
void
GeolocationClientMock
::setPosition(PassRefPtr<GeolocationPosition> position)
69
void
GeolocationClientMock
::setPositionUnavailableError(const String& errorMessage
[
all
...]
GeolocationClientMock.h
49
class
GeolocationClientMock
: public GeolocationClient {
51
GeolocationClientMock
();
52
virtual ~
GeolocationClientMock
();
73
void controllerTimerFired(Timer<
GeolocationClientMock
>*);
76
void permissionTimerFired(Timer<
GeolocationClientMock
>*);
84
Timer<
GeolocationClientMock
> m_controllerTimer;
85
Timer<
GeolocationClientMock
> m_permissionTimer;
Completed in 49 milliseconds