Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_transaction.cc190 bool IndexedDBTransaction::HasPendingTasks() const { in HasPendingTasks() function in content::IndexedDBTransaction
230 if (HasPendingTasks()) in Commit()
314 if (!HasPendingTasks() && state_ != FINISHED && commit_pending_) { in ProcessTaskQueue()
Dindexed_db_transaction.h94 bool HasPendingTasks() const; in NON_EXPORTED_BASE()
/external/chromium_org/cc/resources/
Dpixel_buffer_raster_worker_pool.h58 bool HasPendingTasks() const;
Dpixel_buffer_raster_worker_pool.cc392 !HasPendingTasks()); in CheckForCompletedRasterTasks()
410 if (HasPendingTasks()) in CheckForCompletedRasterTasks()
633 bool PixelBufferRasterWorkerPool::HasPendingTasks() const { in HasPendingTasks() function in cc::PixelBufferRasterWorkerPool