OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasPendingTasks
(Results
1 - 2
of
2
) sorted by null
/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_) {
/external/chromium_org/cc/resources/
pixel_buffer_raster_worker_pool.cc
392
!
HasPendingTasks
());
410
if (
HasPendingTasks
())
633
bool PixelBufferRasterWorkerPool::
HasPendingTasks
() const {
Completed in 931 milliseconds