HomeSort by relevance Sort by last modified time
    Searched refs:SetTaskGraph (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/cc/resources/
worker_pool.cc 94 // call to SetTaskGraph().
95 void SetTaskGraph(TaskGraph* graph);
210 void WorkerPool::Inner::SetTaskGraph(TaskGraph* graph) {
211 // It is OK to call SetTaskGraph() after shutdown if |graph| is empty.
424 void WorkerPool::SetTaskGraph(TaskGraph* graph) {
425 TRACE_EVENT1("cc", "WorkerPool::SetTaskGraph",
430 inner_->SetTaskGraph(graph);
worker_pool.h 125 void SetTaskGraph(TaskGraph* graph);
worker_pool_perftest.cc 100 SetTaskGraph(&graph);
image_raster_worker_pool.cc 149 SetTaskGraph(&graph);
raster_worker_pool.cc 482 SetTaskGraph(&empty);
worker_pool_unittest.cc 112 SetTaskGraph(&new_graph);
pixel_buffer_raster_worker_pool.cc 569 SetTaskGraph(&graph);

Completed in 54 milliseconds