Searched refs:GeolocationClientMock (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/mock/
H A DGeolocationClientMock.cpp32 #include "GeolocationClientMock.h"
42 GeolocationClientMock::GeolocationClientMock() function in class:WebCore::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
[all...]
H A DGeolocationClientMock.h51 class GeolocationClientMock : public GeolocationClient { class in namespace:WebCore
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;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DGeolocationManager.h31 #include <GeolocationClientMock.h>
70 WebCore::GeolocationClientMock* mockClient() const;
75 mutable OwnPtr<WebCore::GeolocationClientMock> m_mockClient;
H A DGeolocationManager.cpp39 using WebCore::GeolocationClientMock;
115 GeolocationClientMock* GeolocationManager::mockClient() const
119 m_mockClient.set(new GeolocationClientMock);
/external/webkit/Source/WebKit/chromium/public/
H A DWebGeolocationClientMock.h39 class GeolocationClientMock;
73 WebPrivateOwnPtr<WebCore::GeolocationClientMock> m_clientMock;
/external/webkit/Source/WebKit/chromium/src/
H A DWebGeolocationClientMock.cpp36 #include "GeolocationClientMock.h"
143 m_clientMock.reset(new GeolocationClientMock());
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp50 #include "GeolocationClientMock.h"
96 GeolocationClientMock* toGeolocationClientMock(GeolocationClient* client)
99 return static_cast<GeolocationClientMock*>(client);
783 GeolocationClientMock* mockClient = toGeolocationClientMock(corePage->geolocationController()->client());
792 GeolocationClientMock* mockClient = toGeolocationClientMock(corePage->geolocationController()->client());
801 GeolocationClientMock* mockClient = toGeolocationClientMock(corePage->geolocationController()->client());
821 GeolocationClientMock* mockClient = static_cast<GeolocationClientMock*>(corePage->geolocationController()->client());
830 GeolocationClientMock* mockClient = toGeolocationClientMock(corePage->geolocationController()->client());
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp66 #include "GeolocationClientMock.h"
333 pageClients.geolocationClient = new GeolocationClientMock();
342 static_cast<GeolocationClientMock*>(pageClients.geolocationClient)->setController(page->geolocationController());
/external/webkit/Source/WebCore/
H A DAndroid.mk759 platform/mock/GeolocationClientMock.cpp \

Completed in 157 milliseconds