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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.cc 163 bool IndexedDBTransaction::HasPendingTasks() const {
208 if (HasPendingTasks())
285 if (!HasPendingTasks() && state_ != FINISHED && commit_pending_)
  /external/chromium_org/cc/resources/
pixel_buffer_raster_worker_pool.cc 403 !HasPendingTasks());
421 if (HasPendingTasks())
639 bool PixelBufferRasterWorkerPool::HasPendingTasks() const {

Completed in 38 milliseconds