Home | History | Annotate | Download | only in ui

Lines Matching refs:maximized

774 void Browser::SaveWindowPlacement(const gfx::Rect& bounds, bool maximized) {
782 session_service->SetWindowBounds(session_id_, bounds, maximized);
800 bool maximized;
802 &restored_bounds, &maximized);
806 // TODO(beng): obtain maximized state some other way so we don't need to go
817 // An explicit maximized state was not set. Query the window sizer.
819 bool maximized = false;
821 &restored_bounds, &maximized);
822 return maximized;