Home
last modified time | relevance | path

Searched refs:s_mockFactoryFunction (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
DGeolocationService.cpp45 GeolocationService::FactoryFunction* GeolocationService::s_mockFactoryFunction = &createGeolocation… member in WebCore::GeolocationService
47 GeolocationService::FactoryFunction* GeolocationService::s_mockFactoryFunction = &GeolocationServic…
58 s_factoryFunction = s_mockFactoryFunction; in useMock()
63 s_mockFactoryFunction = f; in setCustomMockFactory()
DGeolocationService.h75 static FactoryFunction* s_mockFactoryFunction; variable