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

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_tasks_unittest.cc 25 EXPECT_EQ("app", task.task_type);
34 EXPECT_EQ("file", task.task_type);
44 EXPECT_EQ("drive", task.task_type);
file_tasks.cc 136 const std::string& task_type,
138 DCHECK(task_type == kFileBrowserHandlerTaskType ||
139 task_type == kDriveTaskType ||
140 task_type == kFileHandlerTaskType);
143 task_type.c_str(),
163 task->task_type = kDriveTaskType;
166 task->task_type = kFileBrowserHandlerTaskType;
179 task->task_type = result[1];
180 DCHECK(task->task_type == kFileBrowserHandlerTaskType ||
181 task->task_type == kDriveTaskType |
    [all...]
file_tasks.h 143 task_type(in_task_type),
150 std::string task_type; member in struct:file_manager::file_tasks::TaskDescriptor
169 // Generates task id for the task specified by |app_id|, |task_type| and
170 // |action_id|. The |task_type| must be one of kFileBrowserHandlerTaskType,
174 const std::string& task_type,
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.h 52 void ScheduleTask(IndexedDBDatabase::TaskType task_type, Operation* task) {
53 ScheduleTask(task_type, task, NULL);
55 void ScheduleTask(IndexedDBDatabase::TaskType task_type,
indexed_db_cursor.h 26 IndexedDBDatabase::TaskType task_type,
indexed_db_cursor.cc 65 IndexedDBDatabase::TaskType task_type,
67 : task_type_(task_type),
indexed_db_database.h 150 TaskType task_type,
indexed_db_database.cc 280 IndexedDBDatabase::TaskType task_type,
289 task_type_(task_type),
    [all...]
indexed_db_dispatcher_host.cc 613 static_cast<IndexedDBDatabase::TaskType>(params.task_type),
    [all...]
  /external/chromium_org/content/child/indexed_db/
proxy_webidbdatabase_impl.cc 181 TaskType task_type,
193 task_type,
indexed_db_dispatcher.h 138 WebKit::WebIDBDatabase::TaskType task_type,
indexed_db_dispatcher.cc 378 WebIDBDatabase::TaskType task_type,
390 params.task_type = task_type;
  /external/chromium_org/content/common/indexed_db/
indexed_db_messages.h 162 IPC_STRUCT_MEMBER(WebKit::WebIDBDatabase::TaskType, task_type)

Completed in 543 milliseconds