HomeSort by relevance Sort by last modified time
    Searched full:element_rect (Results 1 - 25 of 25) sorted by null

  /external/chromium/chrome/browser/speech/
speech_input_bubble_browsertest.cc 23 gfx::Rect element_rect(100, 100, 100, 100);
25 browser()->GetSelectedTabContents(), this, element_rect));
30 gfx::Rect element_rect(100, 100, 100, 100);
32 browser()->GetSelectedTabContents(), this, element_rect));
38 gfx::Rect element_rect(100, 100, 100, 100);
40 browser()->GetSelectedTabContents(), this, element_rect));
47 gfx::Rect element_rect(100, 100, 100, 100);
49 browser()->GetSelectedTabContents(), this, element_rect));
speech_input_bubble_mac.mm 24 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);
speech_input_bubble_views.cc 255 const gfx::Rect& element_rect);
267 // |element_rect| is the html element's bounds in page coordinates.
268 gfx::Rect GetInfoBubbleTarget(const gfx::Rect& element_rect);
290 const gfx::Rect& element_rect)
295 element_rect_(element_rect),
305 const gfx::Rect& element_rect) {
309 container_rect.x() + element_rect.x() + element_rect.width() -
311 container_rect.y() + element_rect.y() + element_rect.height(), 1, 1)
    [all...]
speech_input_bubble_gtk.cc 40 const gfx::Rect& element_rect);
75 const gfx::Rect& element_rect)
79 element_rect_(element_rect),
268 const gfx::Rect& element_rect) {
269 return new SpeechInputBubbleGtk(tab_contents, delegate, element_rect);
speech_input_bubble.h 56 // |element_rect| is the display bounds of the html element requesting speech
60 const gfx::Rect& element_rect);
66 const gfx::Rect& element_rect);
speech_input_bubble_controller.cc 30 const gfx::Rect& element_rect) {
36 element_rect));
45 element_rect);
speech_input_bubble.cc 108 const gfx::Rect& element_rect) {
110 return (*factory_)(tab_contents, delegate, element_rect);
116 return CreateNativeBubble(tab_contents, delegate, element_rect);
speech_input_bubble_controller_unittest.cc 135 const gfx::Rect& element_rect) {
149 return new MockSpeechInputBubble(tab_contents, delegate, element_rect);
speech_input_manager.cc 104 const gfx::Rect& element_rect,
206 const gfx::Rect& element_rect,
213 element_rect);
speech_input_bubble_controller.h 56 const gfx::Rect& element_rect);
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble_browsertest.cc 29 gfx::Rect element_rect(100, 100, 100, 100);
35 this, element_rect));
40 gfx::Rect element_rect(100, 100, 100, 100);
46 this, element_rect));
52 gfx::Rect element_rect(100, 100, 100, 100);
58 this, element_rect));
65 gfx::Rect element_rect(100, 100, 100, 100);
71 this, element_rect));
speech_recognition_bubble_controller.cc 43 const gfx::Rect& element_rect) {
54 request.element_rect = element_rect;
172 this, request.element_rect));
speech_recognition_bubble_controller.h 44 const gfx::Rect& element_rect);
93 gfx::Rect element_rect; member in struct:speech::SpeechRecognitionBubbleController::UIRequest
speech_recognition_bubble.h 62 // |element_rect| is the display bounds of the html element requesting speech
68 const gfx::Rect& element_rect);
76 const gfx::Rect& element_rect);
speech_recognition_bubble_controller_unittest.cc 138 const gfx::Rect& element_rect) {
146 return new MockSpeechRecognitionBubble(0, 0, delegate, element_rect);
speech_recognition_bubble.cc 127 const gfx::Rect& element_rect) {
132 return (*factory_)(web_contents, delegate, element_rect);
139 delegate, element_rect);
chrome_speech_recognition_manager_delegate_bubble_ui.cc 97 context.element_rect);
  /external/chromium_org/chrome/browser/ui/cocoa/
speech_recognition_bubble_cocoa.mm 31 const gfx::Rect& element_rect);
48 const gfx::Rect& element_rect)
51 element_rect_(element_rect) {
137 const gfx::Rect& element_rect) {
141 element_rect);
  /external/chromium_org/chrome/browser/ui/views/
speech_recognition_bubble_views.cc 45 const gfx::Rect& element_rect,
94 const gfx::Rect& element_rect,
98 element_rect_(element_rect),
320 const gfx::Rect& element_rect);
341 const gfx::Rect& element_rect)
345 element_rect_(element_rect) {
363 // Anchor to the location bar, in case |element_rect| is offscreen.
409 const gfx::Rect& element_rect) {
411 delegate, element_rect);
  /external/chromium_org/content/renderer/
input_tag_speech_dispatcher.cc 56 const blink::WebRect& element_rect,
68 params.element_rect = element_rect;
input_tag_speech_dispatcher.h 35 const blink::WebRect& element_rect,
  /external/chromium_org/content/public/browser/
speech_recognition_session_context.h 50 // case its coordinates are passed in |element_rect|).
55 gfx::Rect element_rect; member in struct:content::SpeechRecognitionSessionContext
  /external/chromium_org/content/browser/speech/
input_tag_speech_dispatcher_host.cc 89 input_params.element_rect.set_origin(
90 guest->GetScreenCoordinates(input_params.element_rect.origin()));
126 context.element_rect = params.element_rect;
  /external/chromium_org/chrome/browser/ui/gtk/
speech_recognition_bubble_gtk.cc 50 const gfx::Rect& element_rect);
84 const gfx::Rect& element_rect)
88 element_rect_(element_rect),
298 const gfx::Rect& element_rect) {
300 delegate, element_rect);
  /external/chromium_org/content/common/
speech_recognition_messages.h 48 IPC_STRUCT_MEMBER(gfx::Rect, element_rect)

Completed in 715 milliseconds