Searched refs:NonClientBorderThickness (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/ui/views/frame/ |
D | glass_browser_frame_view.cc | 116 return gfx::Rect(NonClientBorderThickness(), in GetBoundsForTabStrip() 124 NonClientBorderThickness(); in GetBoundsForTabStrip() 192 int border_thickness = NonClientBorderThickness(); in GetWindowBoundsForClientBounds() 212 int nonclient_border_thickness = NonClientBorderThickness(); in NonClientHitTest() 283 int GlassBrowserFrameView::NonClientBorderThickness() const { in NonClientBorderThickness() function in GlassBrowserFrameView 438 std::max(client_area_top, height() - NonClientBorderThickness()); in PaintRestoredClientEdge() 477 int otr_x = NonClientBorderThickness() + kOTRSideSpacing; in LayoutOTRAvatar() 550 int border_thickness = NonClientBorderThickness(); in CalculateClientAreaBounds()
|
D | app_panel_browser_frame_view.cc | 110 int border_thickness = NonClientBorderThickness(); in GetMinimumSize() 138 int border_thickness = NonClientBorderThickness(); in GetWindowBoundsForClientBounds() 172 NonClientBorderThickness(), NonClientBorderThickness(), in NonClientHitTest() 269 int AppPanelBrowserFrameView::NonClientBorderThickness() const { in NonClientBorderThickness() function in AppPanelBrowserFrameView 508 int border_thickness = NonClientBorderThickness(); in CalculateClientAreaBounds()
|
D | opaque_browser_frame_view.cc | 230 return gfx::Rect(NonClientBorderThickness(), in GetBoundsForTabStrip() 237 NonClientBorderThickness() + kTabStripIndent; in GetBoundsForTabStrip() 261 int border_thickness = NonClientBorderThickness(); in GetMinimumSize() 298 int border_thickness = NonClientBorderThickness(); in GetWindowBoundsForClientBounds() 346 NonClientBorderThickness(), kResizeAreaCornerSize, kResizeAreaCornerSize, in NonClientHitTest() 485 int OpaqueBrowserFrameView::NonClientBorderThickness() const { in NonClientBorderThickness() function in OpaqueBrowserFrameView 936 std::max(client_area_top, height() - NonClientBorderThickness()); in PaintRestoredClientEdge() 1088 otr_avatar_bounds_.SetRect(NonClientBorderThickness() + kOTRSideSpacing, in LayoutOTRAvatar() 1096 int border_thickness = NonClientBorderThickness(); in CalculateClientAreaBounds()
|
D | app_panel_browser_frame_view.h | 74 int NonClientBorderThickness() const;
|
D | glass_browser_frame_view.h | 67 int NonClientBorderThickness() const;
|
D | opaque_browser_frame_view.h | 111 int NonClientBorderThickness() const;
|
/external/chromium/chrome/browser/ui/views/ |
D | constrained_window_views.cc | 179 int NonClientBorderThickness() const; 310 int border_thickness = NonClientBorderThickness(); in GetWindowBoundsForClientBounds() 339 NonClientBorderThickness(), kResizeAreaCornerSize, kResizeAreaCornerSize, in NonClientHitTest() 386 int ConstrainedWindowFrameView::NonClientBorderThickness() const { in NonClientBorderThickness() function in ConstrainedWindowFrameView 544 int border_thickness = NonClientBorderThickness(); in CalculateClientAreaBounds()
|