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

  /external/chromium_org/ui/views/window/
frame_background.h 45 void set_top_area_height(int height) { top_area_height_ = height; }
83 int top_area_height_; member in class:views::FrameBackground
frame_background.cc 20 top_area_height_(0),
128 // this is less than top_area_height_, we need to paint the frame color
133 if (top_area_height_ > theme_frame_bottom) {
134 canvas->FillRect(gfx::Rect(0, 0, view->width(), top_area_height_),
166 canvas->FillRect(gfx::Rect(0, 0, view->width(), top_area_height_),
170 int remaining_height = view->height() - top_area_height_;
175 canvas->FillRect(gfx::Rect(0, top_area_height_, left_edge_->width(),
178 top_area_height_, right_edge_->width(),

Completed in 72 milliseconds