HomeSort by relevance Sort by last modified time
    Searched defs:FactoryFunction (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/profiles/
profile_keyed_service_factory.h 24 typedef ProfileKeyedService* (*FactoryFunction)(Profile* profile);
39 void set_test_factory(FactoryFunction factory) { factory_ = factory; }
105 FactoryFunction factory_;
  /external/chromium/webkit/glue/media/
web_data_source_factory.h 21 typedef WebDataSource* (*FactoryFunction)(MessageLoop* render_loop,
25 FactoryFunction factory_function,
43 FactoryFunction factory_function_;
  /external/webkit/Source/WebCore/platform/
GeolocationService.h 64 typedef GeolocationService* (FactoryFunction)(GeolocationServiceClient*);
65 static void setCustomMockFactory(FactoryFunction);
74 static FactoryFunction* s_factoryFunction;
75 static FactoryFunction* s_mockFactoryFunction;

Completed in 58 milliseconds