Home
last modified time | relevance | path

Searched refs:position_relative_to (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dpinned_contents_info_bubble.cc10 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()
Dpinned_contents_info_bubble.h22 const gfx::Rect& position_relative_to, // In screen coordinates
49 const gfx::Rect& position_relative_to,
Dfirst_run_bubble.h21 const gfx::Rect& position_relative_to,
Dfirst_run_bubble.cc474 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/
Dborder_contents.cc30 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()
Dbubble.cc53 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()
Dbubble.h95 const gfx::Rect& position_relative_to,
107 const gfx::Rect& position_relative_to,
144 const gfx::Rect& position_relative_to,
Dborder_widget_win.cc28 const gfx::Rect& position_relative_to, in SizeAndGetBounds() argument
34 border_contents_->SizeAndGetBounds(position_relative_to, arrow_location, in SizeAndGetBounds()
Dborder_contents.h32 const gfx::Rect& position_relative_to, // In screen coordinates
59 const gfx::Rect& position_relative_to,
Dbubble_border.cc34 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()
Dborder_widget_win.h33 virtual gfx::Rect SizeAndGetBounds(const gfx::Rect& position_relative_to,
Dbubble_border.h93 gfx::Rect GetBounds(const gfx::Rect& position_relative_to,
/external/chromium/chrome/browser/chromeos/login/
Dmessage_bubble.cc108 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()
Dmessage_bubble.h38 const gfx::Rect& position_relative_to,
49 const gfx::Rect& position_relative_to,