Searched defs:FactoryFunction (Results 1 - 3 of 3) sorted by relevance

/external/chromium/webkit/glue/media/
H A Dweb_data_source_factory.h21 typedef WebDataSource* (*FactoryFunction)(MessageLoop* render_loop, typedef in class:webkit_glue::WebDataSourceFactory
25 FactoryFunction factory_function,
43 FactoryFunction factory_function_;
/external/chromium/chrome/browser/profiles/
H A Dprofile_keyed_service_factory.h24 typedef ProfileKeyedService* (*FactoryFunction)(Profile* profile); typedef in class:ProfileKeyedServiceFactory
39 void set_test_factory(FactoryFunction factory) { factory_ = factory; }
105 FactoryFunction factory_;
/external/webkit/Source/WebCore/platform/
H A DGeolocationService.h64 typedef GeolocationService* (FactoryFunction)(GeolocationServiceClient*); typedef in class:WebCore::GeolocationService
65 static void setCustomMockFactory(FactoryFunction);
74 static FactoryFunction* s_factoryFunction;
75 static FactoryFunction* s_mockFactoryFunction;

Completed in 153 milliseconds