HomeSort by relevance Sort by last modified time
    Searched refs:FactoryMethod (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/speech/
speech_input_bubble.h 68 // |Create| uses the currently registered FactoryMethod to create the
69 // SpeechInputBubble instances. FactoryMethod is intended for testing.
70 typedef SpeechInputBubble* (*FactoryMethod)(TabContents*,
77 static void set_factory(FactoryMethod factory) { factory_ = factory; }
116 static FactoryMethod factory_;
speech_input_bubble.cc 103 SpeechInputBubble::FactoryMethod SpeechInputBubble::factory_ = NULL;
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble.h 74 // |Create| uses the currently registered FactoryMethod to create the
75 // SpeechRecognitionBubble instances. FactoryMethod is intended for testing.
76 typedef SpeechRecognitionBubble* (*FactoryMethod)(content::WebContents*,
83 static void set_factory(FactoryMethod factory) { factory_ = factory; }
122 static FactoryMethod factory_;
speech_recognition_bubble.cc 121 SpeechRecognitionBubble::FactoryMethod SpeechRecognitionBubble::factory_ = NULL;
  /external/chromium_org/chrome/browser/extensions/api/declarative/
deduping_factory.h 45 (* FactoryMethod)(const std::string& instance_type,
68 FactoryMethod factory_method);
83 typedef base::hash_map<InstanceType, FactoryMethod> FactoryMethods;
105 FactoryMethod factory_method) {
126 FactoryMethod factory_method = factory_method_iter->second;
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action.cc 97 (* FactoryMethod)(const base::DictionaryValue* /* dict */,
102 std::map<std::string, FactoryMethod> factory_methods;
139 std::map<std::string, ContentActionFactory::FactoryMethod>::iterator
  /external/chromium_org/extensions/common/matcher/
url_matcher_factory.cc 81 const FactoryMethod& method = i->second;
87 (extensions::URLMatcherConditionFactory::* FactoryMethod)
89 typedef std::map<std::string, FactoryMethod> FactoryMethods;
  /external/chromium_org/chrome/browser/chromeos/drive/
file_change_unittest.cc 21 TEST(FileChangeTest, FactoryMethod) {

Completed in 116 milliseconds