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

  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout.h 127 int caption_y);
136 int caption_y);
opaque_browser_frame_view_layout.cc 280 int caption_y = CaptionButtonY(false); local
291 ConfigureButton(host, *it, ALIGN_LEADING, caption_y);
299 ConfigureButton(host, *it, ALIGN_TRAILING, caption_y);
471 int caption_y) {
475 SetBoundsForButton(host, minimize_button_, alignment, caption_y);
489 SetBoundsForButton(host, visible_button, alignment, caption_y);
494 SetBoundsForButton(host, close_button_, alignment, caption_y);
519 int caption_y) {
555 caption_y - extra_height,
577 caption_y - extra_height
    [all...]
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 485 int caption_y = CaptionButtonY(); local
512 gfx::Rect target_bounds(gfx::Point(next_button_x, caption_y),
528 gfx::Rect target_bounds(gfx::Point(next_button_x, caption_y),

Completed in 217 milliseconds