Lines Matching refs:ActionProcessor
31 // The structure of these classes (Action, ActionPipe, ActionProcessor, etc.)
38 // http://code.google.com/p/update-engine/wiki/ActionProcessor
52 // An ActionProcessor contains a queue of Actions to perform. When
53 // ActionProcessor::StartProcessing() is called, it executes the first action.
55 // Processor to execute the next action. ActionProcessor may have a delegate
96 // ActionProcessor::ActionComplete(this); to notify the processor that it's
100 // Called on ActionProcess::ActionComplete() by ActionProcessor.
103 // Called by the ActionProcessor to tell this Action which processor
105 void SetProcessor(ActionProcessor* processor) {
113 // Returns true iff the action is the current action of its ActionProcessor.
122 // ActionProcessor::ActionComplete() because the processor knows this
124 // Only the ActionProcessor should call this.
128 // respectively. These methods are called by the ActionProcessor and should
144 ActionProcessor* processor_;