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

/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_controller.cc27 void SpeechInputBubbleController::CreateBubble(int caller_id, function in class:speech_input::SpeechInputBubbleController
34 NewRunnableMethod(this, &SpeechInputBubbleController::CreateBubble,
H A Dspeech_input_bubble_controller_unittest.cc113 &SpeechInputBubbleControllerTest::CreateBubble);
133 static SpeechInputBubble* CreateBubble(TabContents* tab_contents, function in class:speech_input::SpeechInputBubbleControllerTest
144 // passed to CreateBubble would not have matched any active tab. So get a
179 controller_->CreateBubble(kBubbleCallerId, 1, 1, gfx::Rect(1, 1));
193 controller_->CreateBubble(kBubbleCallerId, 1, 1, gfx::Rect(1, 1));
207 controller_->CreateBubble(kBubbleCallerId, 1, 1, gfx::Rect(1, 1));

Completed in 63 milliseconds