OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FactoryFunction
(Results
1 - 2
of
2
) 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_;
Completed in 74 milliseconds