Searched refs:HasPendingTasks (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/resources/
H A Dpixel_buffer_raster_worker_pool.h50 bool HasPendingTasks() const;
H A Dpixel_buffer_raster_worker_pool.cc403 !HasPendingTasks());
421 if (HasPendingTasks())
639 bool PixelBufferRasterWorkerPool::HasPendingTasks() const { function in class:cc::PixelBufferRasterWorkerPool
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.cc163 bool IndexedDBTransaction::HasPendingTasks() const { function in class:content::IndexedDBTransaction
208 if (HasPendingTasks())
285 if (!HasPendingTasks() && state_ != FINISHED && commit_pending_)
H A Dindexed_db_transaction.h90 bool HasPendingTasks() const;

Completed in 543 milliseconds