Searched refs:FactoryMethod (Results 1 – 8 of 8) sorted by relevance
45 (* FactoryMethod)(const std::string& instance_type, typedef68 FactoryMethod factory_method);83 typedef base::hash_map<InstanceType, FactoryMethod> FactoryMethods;105 FactoryMethod factory_method) { in RegisterFactoryMethod()126 FactoryMethod factory_method = factory_method_iter->second; in Instantiate()
70 typedef SpeechInputBubble* (*FactoryMethod)(TabContents*, typedef77 static void set_factory(FactoryMethod factory) { factory_ = factory; } in set_factory()116 static FactoryMethod factory_;
103 SpeechInputBubble::FactoryMethod SpeechInputBubble::factory_ = NULL;
80 typedef SpeechRecognitionBubble* (*FactoryMethod)(content::WebContents*, typedef87 static void set_factory(FactoryMethod factory) { factory_ = factory; } in set_factory()126 static FactoryMethod factory_;
122 SpeechRecognitionBubble::FactoryMethod SpeechRecognitionBubble::factory_ = NULL;
104 typedef scoped_refptr<ContentAction>(*FactoryMethod)( typedef111 std::map<std::string, FactoryMethod> factory_methods;149 std::map<std::string, ContentActionFactory::FactoryMethod>::iterator in Create()
83 const FactoryMethod& method = i->second; in Call()89 (URLMatcherConditionFactory::* FactoryMethod) typedef in url_matcher::__anon6dff86d00111::URLMatcherConditionFactoryMethods91 typedef std::map<std::string, FactoryMethod> FactoryMethods;
21 TEST(FileChangeTest, FactoryMethod) { in TEST() argument