HomeSort by relevance Sort by last modified time
    Searched defs:NonClientTopBorderHeight (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/wm/panels/
panel_frame_view.cc 56 int PanelFrameView::NonClientTopBorderHeight() const {
69 NonClientTopBorderHeight() + min_client_view_size.height());
121 client_bounds.Inset(0, NonClientTopBorderHeight(), 0, 0);
128 window_bounds.Inset(0, -NonClientTopBorderHeight(), 0, 0);
  /external/chromium_org/ash/frame/
custom_frame_view_ash.cc 437 client_bounds.Inset(0, NonClientTopBorderHeight(), 0, 0);
444 window_bounds.Inset(0, -NonClientTopBorderHeight(), 0, 0);
487 NonClientTopBorderHeight() + min_client_view_size.height());
498 height = NonClientTopBorderHeight() + max_client_size.height();
544 int CustomFrameViewAsh::NonClientTopBorderHeight() const {
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 141 return gfx::Rect(tabstrip_x, NonClientTopBorderHeight(),
311 int GlassBrowserFrameView::NonClientTopBorderHeight() const {
461 NonClientTopBorderHeight() + kTabstripTopShadowThickness - 1;
488 (NonClientTopBorderHeight() + kTabstripTopShadowThickness) :
504 const int top_height = NonClientTopBorderHeight();
opaque_browser_frame_view_layout.cc 162 NonClientTopBorderHeight(false) + border_thickness);
181 int top_height = NonClientTopBorderHeight(false);
202 int OpaqueBrowserFrameViewLayout::NonClientTopBorderHeight(
219 return NonClientTopBorderHeight(restored) + ((!restored &&
248 int top_height = NonClientTopBorderHeight(false);
338 int y = unavailable_px_at_top + (NonClientTopBorderHeight(false) -
420 (NonClientTopBorderHeight(false) + kTabstripTopShadowThickness) :
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 130 int top_height = NonClientTopBorderHeight();
275 int CustomFrameView::NonClientTopBorderHeight() const {
324 int y = unavailable_px_at_top + (NonClientTopBorderHeight() -
574 int top_height = NonClientTopBorderHeight();

Completed in 295 milliseconds