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

  /external/chromium/chrome/browser/ui/views/
constrained_window_views.cc 187 int TitlebarBottomThickness() const;
393 TitlebarBottomThickness();
396 int ConstrainedWindowFrameView::TitlebarBottomThickness() const {
425 unavailable_px_at_top - size - TitlebarBottomThickness() + 1) / 2;
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 277 TitlebarBottomThickness();
280 int AppPanelBrowserFrameView::TitlebarBottomThickness() const {
315 unavailable_px_at_top - size - TitlebarBottomThickness() + 1) / 2;
opaque_browser_frame_view.cc 212 TitlebarBottomThickness(restored);
504 int OpaqueBrowserFrameView::TitlebarBottomThickness(bool restored) const {
544 unavailable_px_at_top - size - TitlebarBottomThickness(false) + 1) / 2;
    [all...]

Completed in 1644 milliseconds