Searched refs:task_type (Results 1 - 13 of 13) sorted by relevance

/external/lldb/test/python_api/type/
H A DTestTypeList.py79 task_type = target.FindFirstType('Task')
80 self.assertTrue(task_type)
81 self.DebugSBType(task_type)
84 task_ref_type = task_type.GetReferenceType()
89 task_pointer_type = task_type.GetPointerType()
107 self.assertTrue(task_type == task_head_pointee_type)
/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...]
H A Dfile_tasks_unittest.cc116 EXPECT_EQ(TASK_TYPE_FILE_BROWSER_HANDLER, task.task_type);
124 EXPECT_EQ(TASK_TYPE_FILE_HANDLER, task.task_type);
132 EXPECT_EQ(TASK_TYPE_DRIVE_APP, task.task_type);
142 EXPECT_EQ(TASK_TYPE_FILE_BROWSER_HANDLER, task.task_type);
152 EXPECT_EQ(TASK_TYPE_DRIVE_APP, task.task_type);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_cursor.h27 blink::WebIDBTaskType task_type,
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
H A Dindexed_db_database.h146 blink::WebIDBTaskType task_type,
H A Dindexed_db_dispatcher_host.cc747 params.task_type,
/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.h151 blink::WebIDBTaskType task_type,
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
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_messages.h184 IPC_STRUCT_MEMBER(blink::WebIDBTaskType, task_type)

Completed in 1055 milliseconds