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

  /external/chromium/chrome/browser/speech/
speech_input_bubble_mac.mm 34 gfx::Rect element_rect_;
42 element_rect_(element_rect) {
66 int anchor_x = tab_bounds.origin.x + element_rect_.x() +
67 element_rect_.width() - kBubbleTargetOffsetX;
69 element_rect_.y() - element_rect_.height();
speech_input_bubble_gtk.cc 60 gfx::Rect element_rect_; member in class:__anon4387::SpeechInputBubbleGtk
79 element_rect_(element_rect),
172 element_rect_.x() + element_rect_.width() - kBubbleTargetOffsetX,
173 element_rect_.y() + element_rect_.height(), 1, 1);
speech_input_bubble_views.cc 279 gfx::Rect element_rect_; member in class:__anon4388::SpeechInputBubbleImpl
295 element_rect_(element_rect),
342 GetInfoBubbleTarget(element_rect_),

Completed in 79 milliseconds