Searched refs:NonClientTopBorderHeight (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/ash/wm/panels/
H A Dpanel_frame_view.cc59 int PanelFrameView::NonClientTopBorderHeight() const { function in class:ash::PanelFrameView
74 NonClientTopBorderHeight() + min_client_view_size.height());
81 header_painter_->set_header_height(NonClientTopBorderHeight());
137 NonClientTopBorderHeight(), bounds());
145 NonClientTopBorderHeight(), client_bounds);
H A Dpanel_frame_view.h43 int NonClientTopBorderHeight() const;
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_frame_view_chromeos.cc60 return NonClientTopBorderHeight(restored, true) + kTopPad;
/external/chromium_org/ash/wm/
H A Dcustom_frame_view_ash.h73 int NonClientTopBorderHeight() const;
H A Dcustom_frame_view_ash.cc421 int top_height = NonClientTopBorderHeight();
427 int top_height = NonClientTopBorderHeight();
471 NonClientTopBorderHeight() + min_client_view_size.height());
498 int CustomFrameViewAsh::NonClientTopBorderHeight() const { function in class:ash::CustomFrameViewAsh
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.h72 int NonClientTopBorderHeight() const;
H A Dglass_browser_frame_view.h65 int NonClientTopBorderHeight() const;
H A Dapp_panel_browser_frame_view.cc104 return NonClientTopBorderHeight();
119 NonClientTopBorderHeight() + border_thickness);
136 int top_height = NonClientTopBorderHeight();
267 int AppPanelBrowserFrameView::NonClientTopBorderHeight() const { function in class:AppPanelBrowserFrameView
307 int y = unavailable_px_at_top + (NonClientTopBorderHeight() -
479 (NonClientTopBorderHeight() - close_button_size.height()) / 2;
509 int top_height = NonClientTopBorderHeight();
H A Dopaque_browser_frame_view_layout.cc168 NonClientTopBorderHeight(false) + border_thickness);
188 int top_height = NonClientTopBorderHeight(false);
209 int OpaqueBrowserFrameViewLayout::NonClientTopBorderHeight( function in class:OpaqueBrowserFrameViewLayout
224 return NonClientTopBorderHeight(restored) + ((!restored &&
251 int top_height = NonClientTopBorderHeight(false);
330 int y = unavailable_px_at_top + (NonClientTopBorderHeight(false) -
409 (NonClientTopBorderHeight(false) + kTabstripTopShadowThickness) :
H A Dopaque_browser_frame_view_layout.h65 int NonClientTopBorderHeight(bool restored) const;
H A Dglass_browser_frame_view.cc142 return gfx::Rect(tabstrip_x, NonClientTopBorderHeight(),
309 int GlassBrowserFrameView::NonClientTopBorderHeight() const { function in class:GlassBrowserFrameView
457 int button_y = frame()->IsMaximized() ? NonClientTopBorderHeight() : 1;
483 (NonClientTopBorderHeight() + kTabstripTopShadowThickness) :
499 const int top_height = NonClientTopBorderHeight();
H A Dopaque_browser_frame_view.cc176 layout_->NonClientTopBorderHeight(false);
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.h72 int NonClientTopBorderHeight() const;
H A Dcustom_frame_view.cc138 int top_height = NonClientTopBorderHeight();
276 int CustomFrameView::NonClientTopBorderHeight() const { function in class:views::CustomFrameView
321 int y = unavailable_px_at_top + (NonClientTopBorderHeight() -
552 int top_height = NonClientTopBorderHeight();
/external/chromium/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc117 NonClientTopBorderHeight(false, false), ps.width(),
151 return NonClientTopBorderHeight(restored, true);
191 int top_height = NonClientTopBorderHeight(false, false);
293 int GlassBrowserFrameView::NonClientTopBorderHeight( function in class:GlassBrowserFrameView
488 otr_bottom = NonClientTopBorderHeight(false, false) - kOTRBottomSpacing;
496 (NonClientTopBorderHeight(false, true) + kTabstripTopShadowThickness) :
549 int top_height = NonClientTopBorderHeight(false, false);
H A Dapp_panel_browser_frame_view.cc112 NonClientTopBorderHeight() + border_thickness);
137 int top_height = NonClientTopBorderHeight();
274 int AppPanelBrowserFrameView::NonClientTopBorderHeight() const { function in class:AppPanelBrowserFrameView
314 int y = unavailable_px_at_top + (NonClientTopBorderHeight() -
477 (NonClientTopBorderHeight() - close_button_size.height()) / 2;
507 int top_height = NonClientTopBorderHeight();
H A Dapp_panel_browser_frame_view.h78 int NonClientTopBorderHeight() const;
H A Dglass_browser_frame_view.h74 int NonClientTopBorderHeight(bool restored, bool ignore_vertical_tabs) const;
H A Dopaque_browser_frame_view.cc199 int OpaqueBrowserFrameView::NonClientTopBorderHeight( function in class:OpaqueBrowserFrameView
231 NonClientTopBorderHeight(false, false), ps.width(),
248 return NonClientTopBorderHeight(restored, true) + ((!restored &&
263 NonClientTopBorderHeight(false, false) + border_thickness);
297 int top_height = NonClientTopBorderHeight(false, false);
543 y = unavailable_px_at_top + (NonClientTopBorderHeight(false, false) -
1078 otr_bottom = NonClientTopBorderHeight(false, false) - kOTRBottomSpacing;
1086 (NonClientTopBorderHeight(false, true) + kTabstripTopShadowThickness) :
1095 int top_height = NonClientTopBorderHeight(false, false);
H A Dopaque_browser_frame_view.h56 int NonClientTopBorderHeight(bool restored, bool ignore_vertical_tabs) const;
/external/chromium/chrome/browser/ui/views/
H A Dconstrained_window_views.cc183 int NonClientTopBorderHeight() const;
309 int top_height = NonClientTopBorderHeight();
390 int ConstrainedWindowFrameView::NonClientTopBorderHeight() const { function in class:ConstrainedWindowFrameView
424 int y = unavailable_px_at_top + (NonClientTopBorderHeight() -
543 int top_height = NonClientTopBorderHeight();

Completed in 155 milliseconds