/external/chromium/chrome/browser/ui/views/ |
D | pinned_contents_info_bubble.cc | 10 const gfx::Rect& position_relative_to, in SizeAndGetBounds() argument 17 int offset = position_relative_to.x() + (position_relative_to.width() / 2); in SizeAndGetBounds() 26 position_relative_to, arrow_location, in SizeAndGetBounds() 39 const gfx::Rect& position_relative_to, in Show() argument 46 bubble->InitBubble(parent, position_relative_to, arrow_location, in Show()
|
D | pinned_contents_info_bubble.h | 22 const gfx::Rect& position_relative_to, // In screen coordinates 49 const gfx::Rect& position_relative_to,
|
D | first_run_bubble.h | 21 const gfx::Rect& position_relative_to,
|
D | first_run_bubble.cc | 474 const gfx::Rect& position_relative_to, in Show() argument 495 parent, position_relative_to, arrow_location, view, bubble); in Show()
|
/external/chromium/chrome/browser/ui/views/bubble/ |
D | border_contents.cc | 30 const gfx::Rect& position_relative_to, in SizeAndGetBounds() argument 49 bubble_border_->GetBounds(position_relative_to, local_contents_size); in SizeAndGetBounds() 51 gfx::Rect monitor_bounds = GetMonitorBounds(position_relative_to); in SizeAndGetBounds() 55 position_relative_to, monitor_bounds, in SizeAndGetBounds() 60 position_relative_to, monitor_bounds, in SizeAndGetBounds() 83 const gfx::Rect& position_relative_to, in MirrorArrowIfOffScreen() argument 101 *window_bounds = bubble_border_->GetBounds(position_relative_to, in MirrorArrowIfOffScreen() 111 *window_bounds = bubble_border_->GetBounds(position_relative_to, in MirrorArrowIfOffScreen()
|
D | bubble.cc | 53 const gfx::Rect& position_relative_to, in Show() argument 58 bubble->InitBubble(parent, position_relative_to, arrow_location, in Show() 67 const gfx::Rect& position_relative_to, in ShowFocusless() argument 74 bubble->InitBubble(parent, position_relative_to, arrow_location, in ShowFocusless() 157 const gfx::Rect& position_relative_to, in InitBubble() argument 162 position_relative_to_ = position_relative_to; in InitBubble() 229 window_bounds = border_->SizeAndGetBounds(position_relative_to, in InitBubble() 245 border_contents_->SizeAndGetBounds(position_relative_to, in InitBubble()
|
D | bubble.h | 95 const gfx::Rect& position_relative_to, 107 const gfx::Rect& position_relative_to, 144 const gfx::Rect& position_relative_to,
|
D | border_widget_win.cc | 28 const gfx::Rect& position_relative_to, in SizeAndGetBounds() argument 34 border_contents_->SizeAndGetBounds(position_relative_to, arrow_location, in SizeAndGetBounds()
|
D | border_contents.h | 32 const gfx::Rect& position_relative_to, // In screen coordinates 59 const gfx::Rect& position_relative_to,
|
D | bubble_border.cc | 34 gfx::Rect BubbleBorder::GetBounds(const gfx::Rect& position_relative_to, in GetBounds() argument 47 int x = position_relative_to.x(); in GetBounds() 48 int y = position_relative_to.y(); in GetBounds() 49 int w = position_relative_to.width(); in GetBounds() 50 int h = position_relative_to.height(); in GetBounds()
|
D | border_widget_win.h | 33 virtual gfx::Rect SizeAndGetBounds(const gfx::Rect& position_relative_to,
|
D | bubble_border.h | 93 gfx::Rect GetBounds(const gfx::Rect& position_relative_to,
|
/external/chromium/chrome/browser/chromeos/login/ |
D | message_bubble.cc | 108 const gfx::Rect& position_relative_to, in Show() argument 117 bubble->InitBubble(parent, position_relative_to, arrow_location, in Show() 125 const gfx::Rect& position_relative_to, in ShowNoGrab() argument 134 bubble->InitBubble(parent, position_relative_to, arrow_location, in ShowNoGrab()
|
D | message_bubble.h | 38 const gfx::Rect& position_relative_to, 49 const gfx::Rect& position_relative_to,
|