Lines Matching refs:ActionProcessor
48 ActionProcessor* processor() { return processor_; }
60 explicit MyActionProcessorDelegate(const ActionProcessor* processor)
67 virtual void ProcessingDone(const ActionProcessor* processor,
73 virtual void ProcessingStopped(const ActionProcessor* processor) {
78 virtual void ActionCompleted(ActionProcessor* processor,
87 const ActionProcessor* processor_;
107 // The ActionProcessor under test.
108 ActionProcessor action_processor_;
170 ActionProcessor action_processor;
235 // The processing should not be done since the ActionProcessor is suspended