Searched refs:CreateBubble (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/speech/ |
D | speech_input_bubble_controller_unittest.cc | 113 &SpeechInputBubbleControllerTest::CreateBubble); in SetUp() 133 static SpeechInputBubble* CreateBubble(TabContents* tab_contents, in CreateBubble() function in speech_input::SpeechInputBubbleControllerTest 179 controller_->CreateBubble(kBubbleCallerId, 1, 1, gfx::Rect(1, 1)); in TEST_F() 193 controller_->CreateBubble(kBubbleCallerId, 1, 1, gfx::Rect(1, 1)); in TEST_F() 207 controller_->CreateBubble(kBubbleCallerId, 1, 1, gfx::Rect(1, 1)); in TEST_F()
|
D | speech_input_bubble_controller.cc | 27 void SpeechInputBubbleController::CreateBubble(int caller_id, in CreateBubble() function in speech_input::SpeechInputBubbleController 34 NewRunnableMethod(this, &SpeechInputBubbleController::CreateBubble, in CreateBubble()
|
D | speech_input_bubble_controller.h | 53 void CreateBubble(int caller_id,
|
D | speech_input_manager.cc | 212 bubble_controller_->CreateBubble(caller_id, render_process_id, render_view_id, in StartRecognition()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | page_info_bubble_controller_unittest.mm | 50 void CreateBubble() { 132 CreateBubble(); 151 CreateBubble(); 189 CreateBubble();
|