OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateBubble
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/speech/
speech_input_bubble_controller.cc
27
void SpeechInputBubbleController::
CreateBubble
(int caller_id,
34
NewRunnableMethod(this, &SpeechInputBubbleController::
CreateBubble
,
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));
Completed in 2186 milliseconds