Searched refs:contents_bounds (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_widget_win.cc32 gfx::Rect contents_bounds; local
35 false, contents_size, &contents_bounds,
39 // Return |contents_bounds| in screen coordinates.
40 contents_bounds.Offset(window_bounds.origin());
41 return contents_bounds;
H A Dborder_contents_unittest.cc38 gfx::Rect contents_bounds; local
46 &contents_bounds, &window_bounds);
63 &contents_bounds, &window_bounds);
79 &contents_bounds, &window_bounds);
95 &contents_bounds, &window_bounds);
111 &contents_bounds, &window_bounds);
127 &contents_bounds, &window_bounds);
143 &contents_bounds, &window_bounds);
159 &contents_bounds, &window_bounds);
176 &contents_bounds,
193 gfx::Rect contents_bounds; local
216 gfx::Rect contents_bounds; local
[all...]
H A Dbubble.cc244 gfx::Rect contents_bounds; local
247 &contents_bounds, &window_bounds);
255 contents->SetBoundsRect(contents_bounds);
292 gfx::Rect contents_bounds; local
295 &contents_bounds, &window_bounds);
300 contents_->SetBoundsRect(contents_bounds);
H A Dborder_contents.cc34 gfx::Rect* contents_bounds,
68 *contents_bounds = gfx::Rect(gfx::Point(), window_bounds->size());
71 contents_bounds->Inset(insets.left() + kLeftMargin, insets.top() + kTopMargin,
29 SizeAndGetBounds( const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, bool allow_bubble_offscreen, const gfx::Size& contents_size, gfx::Rect* contents_bounds, gfx::Rect* window_bounds) argument
H A Dborder_contents.h36 gfx::Rect* contents_bounds, // Returned in window coordinates
/external/chromium/chrome/browser/ui/views/
H A Dpinned_contents_info_bubble.cc14 gfx::Rect* contents_bounds,
28 contents_size, contents_bounds, window_bounds);
9 SizeAndGetBounds( const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, bool allow_bubble_offscreen, const gfx::Size& contents_size, gfx::Rect* contents_bounds, gfx::Rect* window_bounds) argument
H A Dbrowser_bubble_gtk.cc155 gfx::Rect contents_bounds; local
158 &contents_bounds, &window_bounds); local
161 view_->SetBoundsRect(contents_bounds);
H A Dpinned_contents_info_bubble.h26 gfx::Rect* contents_bounds, // Returned in window coordinates
H A Dhung_renderer_view.cc425 gfx::Rect contents_bounds(contents_bounds_rect);
428 int window_x = contents_bounds.x() +
429 (contents_bounds.width() - window_bounds.width()) / 2;
430 int window_y = contents_bounds.y() + kOverlayContentsOffsetY;
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc420 gfx::Rect contents_bounds; local
440 sidebar_split_bounds, &contents_bounds, &sidebar_bounds);
442 contents_bounds = sidebar_split_bounds;
466 contents_bounds,

Completed in 109 milliseconds