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/webkit/Source/WebCore/platform/mock/
GeolocationClientMock.cpp
32
#include "
GeolocationClientMock
.h"
42
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
::setError(PassRefPtr<GeolocationError> error
[
all
...]
GeolocationClientMock.h
51
class
GeolocationClientMock
: public GeolocationClient {
53
GeolocationClientMock
();
54
virtual ~
GeolocationClientMock
();
75
void controllerTimerFired(Timer<
GeolocationClientMock
>*);
78
void permissionTimerFired(Timer<
GeolocationClientMock
>*);
83
Timer<
GeolocationClientMock
> m_controllerTimer;
84
Timer<
GeolocationClientMock
> m_permissionTimer;
Completed in 663 milliseconds