Lines Matching full:state
33 // depending on in which state the panel is. The following shows
34 // how the panel's state changes in response to various events.
36 // TODO(oshima): add remove event and fix state transition graph below.
46 // For state, see State enum's description below.
76 enum State {
123 // Unregister the panel's state change notification.
126 // Update the Panel Size according to its state.
135 // Update the notification's control view state.
152 // Set the state. It can also print the
153 void SetState(State, const char* method_name);
176 // Panel's state.
177 State state_;
209 NotificationPanel::State state() {