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

  /external/webkit/Source/WebCore/platform/
GeolocationService.cpp 44 GeolocationService::FactoryFunction* GeolocationService::s_factoryFunction = &createGeolocationServiceNull;
52 return (*s_factoryFunction)(client);
58 s_factoryFunction = s_mockFactoryFunction;
GeolocationService.h 79 static FactoryFunction* s_factoryFunction;
  /external/webkit/Source/WebCore/platform/efl/
GeolocationServiceEfl.cpp 31 GeolocationService::FactoryFunction* GeolocationService::s_factoryFunction = &GeolocationServiceEfl::create;
  /external/webkit/Source/WebCore/platform/android/
GeolocationServiceAndroid.cpp 60 GeolocationService::FactoryFunction* GeolocationService::s_factoryFunction = &GeolocationServiceAndroid::create;
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 46 GeolocationService::FactoryFunction* GeolocationService::s_factoryFunction = &GeolocationServiceGtk::create;

Completed in 908 milliseconds