Searched defs:next_button_x (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.cc492 int next_button_x = FrameBorderThickness(); local
512 gfx::Rect target_bounds(gfx::Point(next_button_x, caption_y),
517 next_button_x += button->width();
518 minimum_title_bar_x_ = std::min(width(), next_button_x);
522 next_button_x = width() - FrameBorderThickness();
528 gfx::Rect target_bounds(gfx::Point(next_button_x, caption_y),
534 next_button_x = button->x();
535 maximum_title_bar_x_ = std::max(minimum_title_bar_x_, next_button_x);

Completed in 77 milliseconds