Home
last modified time | relevance | path

Searched refs:FactoryMethod (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/declarative/
Ddeduping_factory.h45 (* FactoryMethod)(const std::string& instance_type, typedef
68 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()
/external/chromium/chrome/browser/speech/
Dspeech_input_bubble.h70 typedef SpeechInputBubble* (*FactoryMethod)(TabContents*, typedef
77 static void set_factory(FactoryMethod factory) { factory_ = factory; } in set_factory()
116 static FactoryMethod factory_;
Dspeech_input_bubble.cc103 SpeechInputBubble::FactoryMethod SpeechInputBubble::factory_ = NULL;
/external/chromium_org/chrome/browser/speech/
Dspeech_recognition_bubble.h80 typedef SpeechRecognitionBubble* (*FactoryMethod)(content::WebContents*, typedef
87 static void set_factory(FactoryMethod factory) { factory_ = factory; } in set_factory()
126 static FactoryMethod factory_;
Dspeech_recognition_bubble.cc122 SpeechRecognitionBubble::FactoryMethod SpeechRecognitionBubble::factory_ = NULL;
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
Dcontent_action.cc104 typedef scoped_refptr<ContentAction>(*FactoryMethod)( typedef
111 std::map<std::string, FactoryMethod> factory_methods;
149 std::map<std::string, ContentActionFactory::FactoryMethod>::iterator in Create()
/external/chromium_org/components/url_matcher/
Durl_matcher_factory.cc83 const FactoryMethod& method = i->second; in Call()
89 (URLMatcherConditionFactory::* FactoryMethod) typedef in url_matcher::__anon6dff86d00111::URLMatcherConditionFactoryMethods
91 typedef std::map<std::string, FactoryMethod> FactoryMethods;
/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_change_unittest.cc21 TEST(FileChangeTest, FactoryMethod) { in TEST() argument