Searched refs:s_factoryFunction (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DGeolocationService.cpp44 GeolocationService::FactoryFunction* GeolocationService::s_factoryFunction = &createGeolocationServiceNull; member in class:WebCore::GeolocationService
52 return (*s_factoryFunction)(client);
58 s_factoryFunction = s_mockFactoryFunction;
H A DGeolocationService.h79 static FactoryFunction* s_factoryFunction; member in class:WebCore::GeolocationService
/external/webkit/Source/WebCore/platform/efl/
H A DGeolocationServiceEfl.cpp31 GeolocationService::FactoryFunction* GeolocationService::s_factoryFunction = &GeolocationServiceEfl::create; member in class:WebCore::GeolocationService
/external/webkit/Source/WebCore/platform/android/
H A DGeolocationServiceAndroid.cpp60 GeolocationService::FactoryFunction* GeolocationService::s_factoryFunction = &GeolocationServiceAndroid::create; member in class:WebCore::GeolocationService
/external/webkit/Source/WebCore/platform/gtk/
H A DGeolocationServiceGtk.cpp46 GeolocationService::FactoryFunction* GeolocationService::s_factoryFunction = &GeolocationServiceGtk::create; member in class:WebCore::GeolocationService

Completed in 302 milliseconds