Searched defs:FactoryMethod (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble.h68 // |Create| uses the currently registered FactoryMethod to create the
69 // SpeechInputBubble instances. FactoryMethod is intended for testing.
70 typedef SpeechInputBubble* (*FactoryMethod)(TabContents*, typedef in class:SpeechInputBubble
77 static void set_factory(FactoryMethod factory) { factory_ = factory; }
116 static FactoryMethod factory_;

Completed in 19 milliseconds