HomeSort by relevance Sort by last modified time
    Searched refs:GeolocationServiceMock (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/mock/
GeolocationServiceMock.cpp 27 #include "GeolocationServiceMock.h"
39 GeolocationServiceMock::GeolocationServiceSet* GeolocationServiceMock::s_instances = 0;
40 RefPtr<Geoposition>* GeolocationServiceMock::s_lastPosition;
41 RefPtr<PositionError>* GeolocationServiceMock::s_lastError;
43 GeolocationService* GeolocationServiceMock::create(GeolocationServiceClient* client)
46 return new GeolocationServiceMock(client);
49 GeolocationServiceMock::GeolocationServiceMock(GeolocationServiceClient* client)
51 , m_timer(this, &GeolocationServiceMock::timerFired
    [all...]
GeolocationServiceMock.h 42 class GeolocationServiceMock : public GeolocationService {
46 GeolocationServiceMock(GeolocationServiceClient*);
47 virtual ~GeolocationServiceMock();
67 void timerFired(Timer<GeolocationServiceMock>*);
72 typedef HashSet<GeolocationServiceMock*> GeolocationServiceSet;
78 Timer<GeolocationServiceMock> m_timer;
  /external/webkit/Source/WebKit/android/jni/
MockGeolocation.cpp 32 #include "GeolocationServiceMock.h"
57 GeolocationServiceMock::setPosition(position.release());
65 GeolocationServiceMock::setError(error.release());
  /external/webkit/Source/WebCore/platform/
GeolocationService.cpp 29 #include "GeolocationServiceMock.h"
47 GeolocationService::FactoryFunction* GeolocationService::s_mockFactoryFunction = &GeolocationServiceMock::create;
  /external/webkit/Source/WebCore/
Android.mk 745 platform/mock/GeolocationServiceMock.cpp \
    [all...]

Completed in 99 milliseconds