Searched refs:buttons_not_shown (Results 1 – 1 of 1) sorted by relevance
274 std::vector<views::FrameButton> buttons_not_shown; in LayoutWindowControls() local275 buttons_not_shown.push_back(views::FRAME_BUTTON_MAXIMIZE); in LayoutWindowControls()276 buttons_not_shown.push_back(views::FRAME_BUTTON_MINIMIZE); in LayoutWindowControls()277 buttons_not_shown.push_back(views::FRAME_BUTTON_CLOSE); in LayoutWindowControls()283 buttons_not_shown.erase( in LayoutWindowControls()284 std::remove(buttons_not_shown.begin(), buttons_not_shown.end(), *it), in LayoutWindowControls()285 buttons_not_shown.end()); in LayoutWindowControls()291 buttons_not_shown.erase( in LayoutWindowControls()292 std::remove(buttons_not_shown.begin(), buttons_not_shown.end(), *it), in LayoutWindowControls()293 buttons_not_shown.end()); in LayoutWindowControls()[all …]