Searched defs:task_type (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_tasks.h152 task_type(in_task_type),
159 TaskType task_type; member in struct:file_manager::file_tasks::TaskDescriptor
203 // Generates task id for the task specified by |app_id|, |task_type| and
209 TaskType task_type,
H A Dfile_tasks.cc56 std::string TaskTypeToString(TaskType task_type) { argument
57 switch (task_type) {
110 if (task.task_type != file_tasks::TASK_TYPE_FILE_BROWSER_HANDLER &&
111 task.task_type != file_tasks::TASK_TYPE_FILE_HANDLER)
203 TaskType task_type,
207 TaskTypeToString(task_type).c_str(),
213 task_descriptor.task_type,
228 task->task_type = TASK_TYPE_DRIVE_APP;
231 task->task_type = TASK_TYPE_FILE_BROWSER_HANDLER;
243 TaskType task_type
202 MakeTaskID(const std::string& app_id, TaskType task_type, const std::string& action_id) argument
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_cursor.cc22 blink::WebIDBTaskType task_type,
24 : task_type_(task_type),
19 IndexedDBCursor( scoped_ptr<IndexedDBBackingStore::Cursor> cursor, indexed_db::CursorType cursor_type, blink::WebIDBTaskType task_type, IndexedDBTransaction* transaction) argument
H A Dindexed_db_database.cc1007 blink::WebIDBTaskType task_type; member in struct:content::IndexedDBDatabase::OpenCursorOperationParams
1021 blink::WebIDBTaskType task_type,
1038 params->task_type = task_type;
1054 if (params->task_type == blink::WebIDBTaskTypePreemptive)
1061 DCHECK_EQ(params->task_type, blink::WebIDBTaskTypeNormal);
1079 DCHECK_EQ(params->task_type, blink::WebIDBTaskTypeNormal);
1120 params->task_type,
1014 OpenCursor( int64 transaction_id, int64 object_store_id, int64 index_id, scoped_ptr<IndexedDBKeyRange> key_range, blink::WebIDBCursorDirection direction, bool key_only, blink::WebIDBTaskType task_type, scoped_refptr<IndexedDBCallbacks> callbacks) argument
/external/chromium_org/content/child/indexed_db/
H A Dwebidbdatabase_impl.cc183 blink::WebIDBTaskType task_type,
195 task_type,
177 openCursor(long long transaction_id, long long object_store_id, long long index_id, const WebIDBKeyRange& key_range, blink::WebIDBCursorDirection direction, bool key_only, blink::WebIDBTaskType task_type, WebIDBCallbacks* callbacks) argument
H A Dindexed_db_dispatcher.cc400 blink::WebIDBTaskType task_type,
412 params.task_type = task_type;
392 RequestIDBDatabaseOpenCursor( int32 ipc_database_id, int64 transaction_id, int64 object_store_id, int64 index_id, const IndexedDBKeyRange& key_range, blink::WebIDBCursorDirection direction, bool key_only, blink::WebIDBTaskType task_type, WebIDBCallbacks* callbacks) argument

Completed in 1504 milliseconds