Home
last modified time | relevance | path

Searched refs:visible_button (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
Dopaque_browser_frame_view.cc1029 views::ImageButton* visible_button = is_restored ? in LayoutWindowControls() local
1031 visible_button->SetVisible(true); in LayoutWindowControls()
1032 visible_button->SetImageAlignment(views::ImageButton::ALIGN_LEFT, in LayoutWindowControls()
1034 gfx::Size visible_button_size = visible_button->GetPreferredSize(); in LayoutWindowControls()
1035 visible_button->SetBounds(close_button_->x() - visible_button_size.width(), in LayoutWindowControls()
1044 visible_button->x() - minimize_button_size.width(), caption_y, in LayoutWindowControls()