HomeSort by relevance Sort by last modified time
    Searched refs:FactoryMethod (Results 1 - 2 of 2) 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;

Completed in 23 milliseconds