Searched refs:client_bounds (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_frame_view.cc31 gfx::Rect client_bounds = GetLocalBounds(); local
32 client_bounds.Inset(GetInsets());
33 return client_bounds;
37 const gfx::Rect& client_bounds) const {
38 gfx::Rect window_bounds = client_bounds;
H A Dmessage_center_frame_view.h27 const gfx::Rect& client_bounds) const OVERRIDE;
/external/chromium_org/ui/views/window/
H A Dnative_frame_view.cc35 const gfx::Rect& client_bounds) const {
38 static_cast<View*>(const_cast<NativeFrameView*>(this)), client_bounds);
41 return client_bounds;
H A Dnative_frame_view.h22 const gfx::Rect& client_bounds) const OVERRIDE;
H A Dnon_client_view.h62 const gfx::Rect& client_bounds) const = 0;
175 gfx::Rect GetWindowBoundsForClientBounds(const gfx::Rect client_bounds) const;
H A Dnon_client_view.cc89 const gfx::Rect client_bounds) const {
90 return frame_view_->GetWindowBoundsForClientBounds(client_bounds);
141 gfx::Rect client_bounds(gfx::Point(), client_view_->GetPreferredSize());
142 return GetWindowBoundsForClientBounds(client_bounds).size();
H A Dcustom_frame_view.h43 const gfx::Rect& client_bounds) const OVERRIDE;
/external/chromium/chrome/browser/ui/views/frame/
H A Dpopup_non_client_frame_view.cc28 const gfx::Rect& client_bounds) const {
29 return client_bounds;
H A Dpopup_non_client_frame_view.h23 const gfx::Rect& client_bounds) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dpopup_non_client_frame_view.cc23 const gfx::Rect& client_bounds) const {
24 return client_bounds;
H A Dpopup_non_client_frame_view.h20 const gfx::Rect& client_bounds) const OVERRIDE;
H A Dapp_panel_browser_frame_view.h42 const gfx::Rect& client_bounds) const OVERRIDE;
H A Dglass_browser_frame_view.h36 const gfx::Rect& client_bounds) const OVERRIDE;
/external/chromium_org/ui/views/win/
H A Dhwnd_util_win.cc29 const gfx::Rect& client_bounds) {
32 RECT rect = client_bounds.ToRECT();
28 GetWindowBoundsForClientBounds(View* view, const gfx::Rect& client_bounds) argument
H A Dhwnd_util.h30 View* view, const gfx::Rect& client_bounds);
H A Dhwnd_util_aurawin.cc32 const gfx::Rect& client_bounds) {
38 RECT rect = client_bounds.ToRECT();
44 return client_bounds;
31 GetWindowBoundsForClientBounds(View* view, const gfx::Rect& client_bounds) argument
/external/chromium_org/ash/wm/panels/
H A Dpanel_frame_view.cc141 const gfx::Rect& client_bounds) const {
143 return client_bounds;
145 NonClientTopBorderHeight(), client_bounds);
H A Dpanel_frame_view.h48 const gfx::Rect& client_bounds) const OVERRIDE;
/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_frame_view.cc99 const gfx::Rect& client_bounds) const {
120 return gfx::Rect(std::max(0, client_bounds.x() - insets.left()),
121 std::max(0, client_bounds.y() - top_height),
122 client_bounds.width() + insets.width(),
123 client_bounds.height() + top_height + insets.bottom());
H A Dbubble_frame_view.h39 const gfx::Rect& client_bounds) const OVERRIDE;
/external/chromium_org/apps/ui/views/
H A Dshell_window_frame_view.cc140 const gfx::Rect& client_bounds) const {
142 gfx::Rect window_bounds = client_bounds;
143 // Enforce minimum size (1, 1) in case that client_bounds is passed with
156 return gfx::Rect(client_bounds.x(),
157 std::max(0, client_bounds.y() - kCaptionHeight),
158 std::max(header_width, client_bounds.width()),
159 client_bounds.height() + kCaptionHeight);
332 gfx::Rect client_bounds = GetBoundsForClientView();
333 min_size.Enlarge(0, client_bounds.y());
H A Dshell_window_frame_view.h56 const gfx::Rect& client_bounds) const OVERRIDE;
/external/chromium_org/ash/wm/
H A Dcustom_frame_view_ash.h50 const gfx::Rect& client_bounds) const OVERRIDE;
H A Dheader_painter.cc212 gfx::Rect client_bounds(window_bounds);
213 client_bounds.Inset(0, header_height, 0, 0);
214 return client_bounds;
220 const gfx::Rect& client_bounds) {
221 gfx::Rect window_bounds(client_bounds);
218 GetWindowBoundsForClientBounds( int header_height, const gfx::Rect& client_bounds) argument
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc90 gfx::Rect client_bounds = GetLocalBounds(); local
91 client_bounds.Inset(GetInsets());
92 client_bounds.Inset(bubble_border_->GetInsets());
93 return client_bounds;
97 const gfx::Rect& client_bounds) const {
99 gfx::Rect(), client_bounds.size(), false);

Completed in 342 milliseconds

123