OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateBubble
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/speech/
speech_input_bubble_controller_unittest.cc
113
&SpeechInputBubbleControllerTest::
CreateBubble
);
133
static SpeechInputBubble*
CreateBubble
(TabContents* tab_contents,
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));
speech_input_bubble_controller.h
53
void
CreateBubble
(int caller_id,
speech_input_bubble_controller.cc
27
void SpeechInputBubbleController::
CreateBubble
(int caller_id,
34
NewRunnableMethod(this, &SpeechInputBubbleController::
CreateBubble
,
speech_input_manager.cc
212
bubble_controller_->
CreateBubble
(caller_id, render_process_id, render_view_id,
Completed in 68 milliseconds