current_state_type_ 132 ash/wm/maximize_mode/maximize_mode_window_state.cc if (current_state_type_ != wm::WINDOW_STATE_TYPE_MINIMIZED) { current_state_type_ 133 ash/wm/maximize_mode/maximize_mode_window_state.cc current_state_type_ = wm::WINDOW_STATE_TYPE_MINIMIZED; current_state_type_ 140 ash/wm/maximize_mode/maximize_mode_window_state.cc if (current_state_type_ != wm::WINDOW_STATE_TYPE_MINIMIZED && current_state_type_ 141 ash/wm/maximize_mode/maximize_mode_window_state.cc current_state_type_ != wm::WINDOW_STATE_TYPE_MAXIMIZED) { current_state_type_ 156 ash/wm/maximize_mode/maximize_mode_window_state.cc if (current_state_type_ != wm::WINDOW_STATE_TYPE_MINIMIZED) current_state_type_ 163 ash/wm/maximize_mode/maximize_mode_window_state.cc return current_state_type_; current_state_type_ 169 ash/wm/maximize_mode/maximize_mode_window_state.cc current_state_type_ = previous_state->GetType(); current_state_type_ 172 ash/wm/maximize_mode/maximize_mode_window_state.cc if (current_state_type_ != wm::WINDOW_STATE_TYPE_MAXIMIZED && current_state_type_ 173 ash/wm/maximize_mode/maximize_mode_window_state.cc current_state_type_ != wm::WINDOW_STATE_TYPE_MINIMIZED) { current_state_type_ 190 ash/wm/maximize_mode/maximize_mode_window_state.cc const wm::WindowStateType old_state_type = current_state_type_; current_state_type_ 193 ash/wm/maximize_mode/maximize_mode_window_state.cc if (current_state_type_ != target_state) { current_state_type_ 194 ash/wm/maximize_mode/maximize_mode_window_state.cc current_state_type_ = target_state; current_state_type_ 200 ash/wm/maximize_mode/maximize_mode_window_state.cc if (current_state_type_ == wm::WINDOW_STATE_TYPE_MINIMIZED || !animated) current_state_type_ 59 ash/wm/maximize_mode/maximize_mode_window_state.h wm::WindowStateType current_state_type_;