Lines Matching full:state
16 // This object manages the enabled state of a set of commands. Observers
17 // register to listen to changes in this state so they can update their
51 // the state of a particular command ID is modified.
54 // Notifies the observer that the enabled state has changed for the
62 // Adds an observer to the state of a particular command. If the command does
66 // Removes an observer to the state of a particular command.
74 // initialized to |state|. This function is very lightweight if the command
75 // state has not changed.
76 void UpdateCommandEnabled(int id, bool state);
80 // of objects that observe the enabled state of this command.