Searched defs:TaskGraphRunner (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
H A Dtask_graph_runner.cc137 TaskGraphRunner::TaskNamespace::TaskNamespace() {}
139 TaskGraphRunner::TaskNamespace::~TaskNamespace() {}
141 TaskGraphRunner::TaskGraphRunner() function in class:cc::TaskGraphRunner
148 TaskGraphRunner::~TaskGraphRunner() {
157 NamespaceToken TaskGraphRunner::GetNamespaceToken() {
165 void TaskGraphRunner::ScheduleTasks(NamespaceToken token, TaskGraph* graph) {
167 "TaskGraphRunner::ScheduleTasks",
286 void TaskGraphRunner
[all...]
H A Dtask_graph_runner.h84 class TaskGraphRunner;
95 friend class TaskGraphRunner;
102 // A TaskGraphRunner is used to process tasks with dependencies. There can
103 // be any number of TaskGraphRunner instances per thread. Tasks can be scheduled
105 class CC_EXPORT TaskGraphRunner { class in namespace:cc
107 TaskGraphRunner();
108 virtual ~TaskGraphRunner();
137 // Warning: if the TaskGraphRunner remains busy, it may never quit.
227 DISALLOW_COPY_AND_ASSIGN(TaskGraphRunner);

Completed in 121 milliseconds