Home
last modified time | relevance | path

Searched refs:element_rect (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/speech/
Dspeech_input_bubble_browsertest.cc23 gfx::Rect element_rect(100, 100, 100, 100); in IN_PROC_BROWSER_TEST_F() local
25 browser()->GetSelectedTabContents(), this, element_rect)); in IN_PROC_BROWSER_TEST_F()
30 gfx::Rect element_rect(100, 100, 100, 100); in IN_PROC_BROWSER_TEST_F() local
32 browser()->GetSelectedTabContents(), this, element_rect)); in IN_PROC_BROWSER_TEST_F()
38 gfx::Rect element_rect(100, 100, 100, 100); in IN_PROC_BROWSER_TEST_F() local
40 browser()->GetSelectedTabContents(), this, element_rect)); in IN_PROC_BROWSER_TEST_F()
47 gfx::Rect element_rect(100, 100, 100, 100); in IN_PROC_BROWSER_TEST_F() local
49 browser()->GetSelectedTabContents(), this, element_rect)); in IN_PROC_BROWSER_TEST_F()
Dspeech_input_bubble_views.cc255 const gfx::Rect& element_rect);
268 gfx::Rect GetInfoBubbleTarget(const gfx::Rect& element_rect);
290 const gfx::Rect& element_rect) in SpeechInputBubbleImpl() argument
295 element_rect_(element_rect), in SpeechInputBubbleImpl()
305 const gfx::Rect& element_rect) { in GetInfoBubbleTarget() argument
309 container_rect.x() + element_rect.x() + element_rect.width() - in GetInfoBubbleTarget()
311 container_rect.y() + element_rect.y() + element_rect.height(), 1, 1); in GetInfoBubbleTarget()
377 const gfx::Rect& element_rect) { in CreateNativeBubble() argument
378 return new SpeechInputBubbleImpl(tab_contents, delegate, element_rect); in CreateNativeBubble()
Dspeech_input_bubble_mac.mm24 const gfx::Rect& element_rect);
39 const gfx::Rect& element_rect)
42 element_rect_(element_rect) {
105 const gfx::Rect& element_rect) {
106 return new SpeechInputBubbleImpl(tab_contents, delegate, element_rect);
Dspeech_input_bubble_gtk.cc40 const gfx::Rect& element_rect);
75 const gfx::Rect& element_rect) in SpeechInputBubbleGtk() argument
79 element_rect_(element_rect), in SpeechInputBubbleGtk()
268 const gfx::Rect& element_rect) { in CreateNativeBubble() argument
269 return new SpeechInputBubbleGtk(tab_contents, delegate, element_rect); in CreateNativeBubble()
Dspeech_input_bubble_controller.cc30 const gfx::Rect& element_rect) { in CreateBubble() argument
36 element_rect)); in CreateBubble()
45 element_rect); in CreateBubble()
Dspeech_input_bubble.h60 const gfx::Rect& element_rect);
66 const gfx::Rect& element_rect);
Dspeech_input_bubble.cc108 const gfx::Rect& element_rect) { in Create() argument
110 return (*factory_)(tab_contents, delegate, element_rect); in Create()
116 return CreateNativeBubble(tab_contents, delegate, element_rect); in Create()
Dspeech_input_bubble_controller_unittest.cc135 const gfx::Rect& element_rect) { in CreateBubble() argument
149 return new MockSpeechInputBubble(tab_contents, delegate, element_rect); in CreateBubble()
Dspeech_input_manager.cc104 const gfx::Rect& element_rect,
206 const gfx::Rect& element_rect, in StartRecognition() argument
213 element_rect); in StartRecognition()
Dspeech_input_bubble_controller.h56 const gfx::Rect& element_rect);