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

  /external/chromium_org/cc/resources/
pixel_buffer_raster_worker_pool.h 58 bool HasPendingTasks() const;
pixel_buffer_raster_worker_pool.cc 392 !HasPendingTasks());
410 if (HasPendingTasks())
633 bool PixelBufferRasterWorkerPool::HasPendingTasks() const {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.cc 190 bool IndexedDBTransaction::HasPendingTasks() const {
230 if (HasPendingTasks())
314 if (!HasPendingTasks() && state_ != FINISHED && commit_pending_) {
indexed_db_transaction.h 94 bool HasPendingTasks() const;

Completed in 42 milliseconds