Home | History | Annotate | Download | only in ui

Lines Matching refs:maximized

27                                   bool* maximized,
29 DCHECK(bounds && maximized);
49 wp_pref->GetBoolean("maximized", maximized);
138 bool* maximized) {
141 sizer.DetermineWindowBounds(specified_bounds, window_bounds, maximized);
160 bool* maximized) const {
165 if (!GetSavedWindowBounds(bounds, maximized)) {
187 bool* maximized) const {
188 DCHECK(bounds && maximized);
191 !state_provider_->GetPersistentState(bounds, maximized, &saved_work_area))