HomeSort by relevance Sort by last modified time
    Searched defs:anchor_rect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autocheckout_bubble_controller.h 28 // |anchor_rect| is the anchor for the bubble UI. It is the bounds of an
35 const gfx::RectF& anchor_rect,
54 const gfx::Rect& anchor_rect() const { return anchor_rect_; } function in class:autofill::AutocheckoutBubbleController
  /external/chromium_org/ash/launcher/
overflow_bubble.cc 209 const gfx::Rect anchor_rect = GetAnchorRect(); local
211 anchor_rect,
216 anchor_rect.CenterPoint()).work_area();
226 border->set_arrow_offset(anchor_rect.CenterPoint().x() - bubble_rect.x());
234 border->set_arrow_offset(anchor_rect.CenterPoint().y() - bubble_rect.y());
  /external/chromium_org/ui/views/bubble/
bubble_delegate.h 65 const gfx::Rect& anchor_rect() const { return anchor_rect_; } function in class:views::BubbleDelegateView
bubble_frame_view.cc 243 gfx::Rect BubbleFrameView::GetUpdatedWindowBounds(const gfx::Rect& anchor_rect,
253 MirrorArrowIfOffScreen(true, anchor_rect, client_size);
254 MirrorArrowIfOffScreen(false, anchor_rect, client_size);
259 anchor_rect, local
261 OffsetArrowIfOffScreen(anchor_rect, client_size);
266 return bubble_border_->GetBounds(anchor_rect, client_size);
277 const gfx::Rect& anchor_rect,
280 gfx::Rect monitor_rect(GetMonitorBounds(anchor_rect));
281 gfx::Rect window_bounds(bubble_border_->GetBounds(anchor_rect, client_size));
289 bubble_border_->GetBounds(anchor_rect, client_size)
    [all...]

Completed in 136 milliseconds