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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.cc 74 diagnostics_.tasks_scheduled = 0;
75 diagnostics_.tasks_completed = 0;
76 diagnostics_.creation_time = base::Time::Now();
95 ++diagnostics_.tasks_scheduled;
109 ++diagnostics_.tasks_scheduled;
207 diagnostics_.start_time = base::Time::Now();
303 DCHECK(diagnostics_.tasks_completed < diagnostics_.tasks_scheduled);
304 ++diagnostics_.tasks_completed;
indexed_db_transaction.h 85 const Diagnostics& diagnostics() const { return diagnostics_; }
153 Diagnostics diagnostics_; member in class:content::IndexedDBTransaction

Completed in 42 milliseconds