NORMAL_TASK      1036 content/browser/indexed_db/indexed_db_database.cc       DCHECK_EQ(params->task_type, IndexedDBDatabase::NORMAL_TASK);
NORMAL_TASK      1052 content/browser/indexed_db/indexed_db_database.cc     DCHECK_EQ(params->task_type, IndexedDBDatabase::NORMAL_TASK);
NORMAL_TASK       107 content/browser/indexed_db/indexed_db_transaction.cc   if (type == IndexedDBDatabase::NORMAL_TASK) {
NORMAL_TASK        50 content/browser/indexed_db/indexed_db_transaction.h     ScheduleTask(IndexedDBDatabase::NORMAL_TASK, task);