Searched refs:kFrameBorderThickness (Results 1 – 5 of 5) sorted by relevance
242 const int kFrameBorderThickness = 4; variable338 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()
111 const int kFrameBorderThickness = 4; variable1794 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()
68 const int kFrameBorderThickness = 4; variable
32 const int kFrameBorderThickness = 1; variable266 return frame_->GetWindow()->IsMaximized() ? 0 : kFrameBorderThickness; in FrameBorderThickness()
40 const int kFrameBorderThickness = 4; variable478 0 : kFrameBorderThickness; in FrameBorderThickness()983 (kFrameBorderThickness - kFrameShadowThickness) : 0; in LayoutWindowControls()