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

  /external/chromium/chrome/browser/speech/
speech_input_bubble_browsertest.cc 15 // SpeechInputBubble::Delegate methods.
16 virtual void InfoBubbleButtonClicked(SpeechInputBubble::Button button) {}
24 scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create(
31 scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create(
39 scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create(
48 scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create
    [all...]
speech_input_bubble.h 23 // SpeechInputBubble displays a popup info bubble during speech recognition,
27 class SpeechInputBubble {
58 static SpeechInputBubble* Create(TabContents* tab_contents,
64 static SpeechInputBubble* CreateNativeBubble(TabContents* tab_contents,
69 // SpeechInputBubble instances. FactoryMethod is intended for testing.
70 typedef SpeechInputBubble* (*FactoryMethod)(TabContents*,
73 // Sets the factory used by the static method Create. SpeechInputBubble does
75 // SpeechInputBubble being created directly.
80 virtual ~SpeechInputBubble() {}
120 // the platform independent code for SpeechInputBubble
    [all...]
speech_input_bubble_controller.h 38 SpeechInputBubble::Button button) = 0;
79 // SpeechInputBubble::Delegate methods.
80 virtual void InfoBubbleButtonClicked(SpeechInputBubble::Button button);
105 SpeechInputBubble::Button button);
132 typedef std::map<int, SpeechInputBubble*> BubbleCallerIdMap;
speech_input_bubble_controller_unittest.cc 44 delegate->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_CANCEL);
47 delegate->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_TRY_AGAIN);
91 SpeechInputBubble::Button button) {
94 if (button == SpeechInputBubble::BUTTON_CANCEL) {
96 } else if (button == SpeechInputBubble::BUTTON_TRY_AGAIN) {
112 SpeechInputBubble::set_factory(
118 SpeechInputBubble::set_factory(NULL);
133 static SpeechInputBubble* CreateBubble(TabContents* tab_contents,
134 SpeechInputBubble::Delegate* delegate,
speech_input_bubble_controller.cc 44 SpeechInputBubble* bubble = SpeechInputBubble::Create(tab_contents, this,
125 iter->first, SpeechInputBubble::BUTTON_CANCEL));
162 SpeechInputBubble* bubble = bubbles_[caller_id];
196 SpeechInputBubble::Button button) {
224 int caller_id, SpeechInputBubble::Button button) {
speech_input_bubble.cc 103 SpeechInputBubble::FactoryMethod SpeechInputBubble::factory_ = NULL;
104 const int SpeechInputBubble::kBubbleTargetOffsetX = 10;
106 SpeechInputBubble* SpeechInputBubble::Create(TabContents* tab_contents,
speech_input_bubble_views.cc 35 // This is the content view which is placed inside a SpeechInputBubble.
151 delegate_->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_CANCEL);
153 delegate_->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_TRY_AGAIN);
248 // Implementation of SpeechInputBubble.
258 // SpeechInputBubble methods.
374 SpeechInputBubble* SpeechInputBubble::CreateNativeBubble(
376 SpeechInputBubble::Delegate* delegate,
speech_input_manager.cc 127 SpeechInputBubble::Button button);
365 int caller_id, SpeechInputBubble::Button button) {
373 if (button == SpeechInputBubble::BUTTON_CANCEL) {
375 } else if (button == SpeechInputBubble::BUTTON_TRY_AGAIN) {
speech_input_bubble_gtk.cc 32 // Implementation of SpeechInputBubble for GTK. This shows a speech input
48 // SpeechInputBubble methods.
265 SpeechInputBubble* SpeechInputBubble::CreateNativeBubble(
  /external/chromium/chrome/browser/ui/cocoa/
speech_input_window_controller.h 18 SpeechInputBubble::Delegate* delegate_; // weak.

Completed in 234 milliseconds