OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FactoryFunction
(Results
1 - 6
of
6
) sorted by null
/external/webkit/WebCore/platform/
GeolocationService.h
75
typedef GeolocationService* (
FactoryFunction
)(GeolocationServiceClient*);
76
static
FactoryFunction
* s_factoryFunction;
GeolocationService.cpp
43
GeolocationService::
FactoryFunction
* GeolocationService::s_factoryFunction = &createGeolocationServiceNull;
/external/webkit/WebCore/platform/chromium/
GeolocationServiceChromium.cpp
52
GeolocationService::
FactoryFunction
* GeolocationService::s_factoryFunction = &createGeolocationService;
/external/webkit/WebCore/platform/android/
GeolocationServiceAndroid.cpp
59
GeolocationService::
FactoryFunction
* GeolocationService::s_factoryFunction = &GeolocationServiceAndroid::create;
/external/webkit/WebCore/platform/gtk/
GeolocationServiceGtk.cpp
45
GeolocationService::
FactoryFunction
* GeolocationService::s_factoryFunction = &GeolocationServiceGtk::create;
/external/webkit/WebCore/platform/mac/
GeolocationServiceMac.mm
73
GeolocationService::
FactoryFunction
* GeolocationService::s_factoryFunction = &GeolocationServiceMac::create;
Completed in 1515 milliseconds