Home
last modified time | relevance | path

Searched refs:kFrameBorderThickness (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dconstrained_window_views.cc242 const int kFrameBorderThickness = 4; variable
338 int window_component = GetHTComponentForFrame(point, kFrameBorderThickness, in NonClientHitTest()
387 return kFrameBorderThickness + kClientEdgeThickness; in NonClientBorderThickness()
391 return std::max(kFrameBorderThickness + IconSize(), in NonClientTopBorderHeight()
426 return gfx::Rect(kFrameBorderThickness + kTitleLeftSpacing, y, size, size); in IconBounds()
518 width() - kFrameBorderThickness - close_button_size.width(), in LayoutWindowControls()
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_window_gtk.cc111 const int kFrameBorderThickness = 4; variable
1794 kFrameBorderThickness, kFrameBorderThickness, kFrameBorderThickness); in UpdateWindowShape()
2246 if (x < kFrameBorderThickness) { in GetWindowEdge()
2256 } else if (x < bounds_.width() - kFrameBorderThickness) { in GetWindowEdge()
2257 if (y < kFrameBorderThickness - kTopResizeAdjust) { in GetWindowEdge()
2266 } else if (y < bounds_.height() - kFrameBorderThickness) { in GetWindowEdge()
Dbrowser_titlebar.cc68 const int kFrameBorderThickness = 4; variable
/external/chromium/chrome/browser/ui/views/frame/
Dapp_panel_browser_frame_view.cc32 const int kFrameBorderThickness = 1; variable
266 return frame_->GetWindow()->IsMaximized() ? 0 : kFrameBorderThickness; in FrameBorderThickness()
Dopaque_browser_frame_view.cc40 const int kFrameBorderThickness = 4; variable
478 0 : kFrameBorderThickness; in FrameBorderThickness()
983 (kFrameBorderThickness - kFrameShadowThickness) : 0; in LayoutWindowControls()