HomeSort by relevance Sort by last modified time
    Searched refs:bottom_edge_height (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 664 int bottom_edge_height = std::min(toolbar_left->height(), h) - split_point; local
673 canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height),
702 toolbar_left_mask->height() - bottom_edge_height,
703 toolbar_left_mask->width(), bottom_edge_height, left_x, bottom_y,
704 toolbar_left_mask->width(), bottom_edge_height, false, paint);
713 toolbar_right_mask->height() - bottom_edge_height,
714 toolbar_right_mask->width(), bottom_edge_height, right_x, bottom_y,
715 toolbar_right_mask->width(), bottom_edge_height, false, paint);
721 toolbar_left->height() - bottom_edge_height, toolbar_left->width(),
722 bottom_edge_height, left_x, bottom_y, toolbar_left->width()
    [all...]
browser_non_client_frame_view_ash.cc 579 int bottom_edge_height = h - split_point; local
581 canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height),

Completed in 47 milliseconds