HomeSort by relevance Sort by last modified time
    Searched refs:TaskType (Results 1 - 25 of 29) sorted by null

1 2

  /cts/suite/audio_quality/lib/include/
GenericFactory.h 31 virtual TaskGeneric* createTask(TaskGeneric::TaskType type);
  /cts/suite/audio_quality/lib/include/task/
TaskGeneric.h 33 enum TaskType {
51 TaskGeneric(TaskType type);
55 inline TaskType getType() {
108 TaskType mType;
ModelBuilder.h 46 TaskGeneric::TaskType type;
59 TaskGeneric::TaskType type;
TaskAsync.h 30 TaskAsync(TaskType type);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks.h 137 enum TaskType {
148 TaskType in_task_type,
158 TaskType task_type;
208 TaskType task_type,
file_tasks.cc 55 // Converts a TaskType to a string.
56 std::string TaskTypeToString(TaskType task_type) {
71 // Converts a string to a TaskType. Returns TASK_TYPE_UNKNOWN on error.
72 TaskType StringToTaskType(const std::string& str) {
210 TaskType task_type,
255 TaskType task_type = StringToTaskType(result[1]);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_cursor.h 26 IndexedDBDatabase::TaskType task_type,
62 IndexedDBDatabase::TaskType task_type_;
indexed_db_transaction.h 53 void ScheduleTask(IndexedDBDatabase::TaskType, Operation task);
indexed_db_cursor.cc 19 IndexedDBDatabase::TaskType task_type,
indexed_db_database.h 36 enum TaskType {
158 TaskType task_type,
indexed_db_transaction.cc 100 void IndexedDBTransaction::ScheduleTask(IndexedDBDatabase::TaskType type,
  /cts/suite/audio_quality/lib/src/
GenericFactory.cpp 26 TaskGeneric* GenericFactory::createTask(TaskGeneric::TaskType type)
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBDatabase.h 59 enum TaskType {
79 virtual void openCursor(long long transactionId, long long objectStoreId, long long indexId, const WebIDBKeyRange&, unsigned short direction, bool keyOnly, TaskType, WebIDBCallbacks*) { BLINK_ASSERT_NOT_REACHED(); }
  /cts/suite/audio_quality/lib/src/task/
TaskAsync.cpp 22 TaskAsync::TaskAsync(TaskType type)
TaskGeneric.cpp 22 TaskGeneric::TaskGeneric(TaskType type):
ModelBuilder.cpp 104 TaskGeneric::TaskType typeSelf(mParsingTable[tableIndex].type);
123 TaskGeneric::TaskType childType(TaskGeneric::ETaskInvalid);
  /external/chromium_org/content/child/indexed_db/
webidbdatabase_impl.h 69 TaskType,
indexed_db_dispatcher.h 139 blink::WebIDBDatabase::TaskType task_type,
webidbdatabase_impl.cc 171 TaskType task_type,
  /cts/suite/audio_quality/test/
TaskTest.cpp 40 TestTaskDummy(TaskGeneric::TaskType type)
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.h 86 PassRefPtr<IDBRequest> openCursor(ExecutionContext*, PassRefPtr<IDBKeyRange>, IndexedDB::CursorDirection, blink::WebIDBDatabase::TaskType = blink::WebIDBDatabase::NormalTask);
  /external/chromium_org/base/message_loop/
message_loop_unittest.cc 286 enum TaskType {
300 TaskItem(TaskType t, int c, bool s)
306 TaskType type;
315 std::ostream& operator <<(std::ostream& os, TaskType type) {
327 os << "Unknown TaskType";
342 void RecordStart(TaskType type, int cookie) {
348 void RecordEnd(TaskType type, int cookie) {
    [all...]
message_loop_test.cc 430 enum TaskType {
443 TaskItem(TaskType t, int c, bool s)
449 TaskType type;
458 std::ostream& operator <<(std::ostream& os, TaskType type) {
470 os << "Unknown TaskType";
485 void RecordStart(TaskType type, int cookie) {
491 void RecordEnd(TaskType type, int cookie) {
    [all...]
  /external/chromium_org/content/common/indexed_db/
indexed_db_messages.h 24 IPC_ENUM_TRAITS(blink::WebIDBDatabase::TaskType)
161 IPC_STRUCT_MEMBER(blink::WebIDBDatabase::TaskType, task_type)
  /external/chromium/base/
message_loop_unittest.cc 602 enum TaskType {
615 TaskItem(TaskType t, int c, bool s)
621 TaskType type;
632 std::ostream& operator <<(std::ostream& os, TaskType type) {
644 os << "Unknown TaskType";
665 OrderedTasks(TaskList* order, TaskType type, int cookie)
698 TaskType type_;
    [all...]

Completed in 747 milliseconds

1 2