Home | History | Annotate | Download | only in resources

Lines Matching refs:Task

94   class CC_EXPORT Task {
103 void Insert(const Task& task);
113 Task();
114 ~Task();
116 // Returns true if Task is null (doesn't refer to anything).
119 // Returns the Task into an uninitialized state.
126 explicit Task(internal::WorkerPoolTask* internal);
141 void Append(const RasterTask& task, bool required_for_activation);
156 // Returns true if Task is null (doesn't refer to anything).
159 // Returns the Task into an uninitialized state.
200 Task::Set* dependencies);
202 static Task CreateImageDecodeTask(
206 const Task::Reply& reply);
224 internal::RasterWorkerPoolTask* task) const;
250 internal::WorkerPoolTask* task,