HomeSort by relevance Sort by last modified time
    Searched refs:TaskType (Results 1 - 25 of 26) 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 138 enum TaskType {
149 TaskType in_task_type,
159 TaskType task_type;
209 TaskType task_type,
file_tasks.cc 56 // Converts a TaskType to a string.
57 std::string TaskTypeToString(TaskType task_type) {
72 // Converts a string to a TaskType. Returns TASK_TYPE_UNKNOWN on error.
73 TaskType StringToTaskType(const std::string& str) {
206 TaskType task_type,
250 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 22 IndexedDBDatabase::TaskType task_type,
indexed_db_database.h 40 enum TaskType {
151 TaskType task_type,
indexed_db_transaction.cc 89 void IndexedDBTransaction::ScheduleTask(IndexedDBDatabase::TaskType type,
indexed_db_database.cc     [all...]
indexed_db_dispatcher_host.cc 734 static_cast<IndexedDBDatabase::TaskType>(params.task_type),
    [all...]
  /cts/suite/audio_quality/lib/src/
GenericFactory.cpp 26 TaskGeneric* GenericFactory::createTask(TaskGeneric::TaskType type)
  /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 72 TaskType,
indexed_db_dispatcher.h 150 blink::WebIDBDatabase::TaskType task_type,
webidbdatabase_impl.cc 177 TaskType task_type,
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBDatabase.h 69 typedef WebIDBTaskType TaskType;
  /cts/suite/audio_quality/test/
TaskTest.cpp 40 TestTaskDummy(TaskGeneric::TaskType type)
  /external/chromium_org/base/message_loop/
message_loop_unittest.cc 148 enum TaskType {
162 TaskItem(TaskType t, int c, bool s)
168 TaskType type;
177 std::ostream& operator <<(std::ostream& os, TaskType type) {
189 os << "Unknown TaskType";
204 void RecordStart(TaskType type, int cookie) {
210 void RecordEnd(TaskType type, int cookie) {
    [all...]
message_loop_test.cc 375 enum TaskType {
388 TaskItem(TaskType t, int c, bool s)
394 TaskType type;
403 std::ostream& operator <<(std::ostream& os, TaskType type) {
415 os << "Unknown TaskType";
430 void RecordStart(TaskType type, int cookie) {
436 void RecordEnd(TaskType type, int cookie) {
    [all...]
  /external/chromium_org/content/common/indexed_db/
indexed_db_messages.h 30 IPC_ENUM_TRAITS_MAX_VALUE(blink::WebIDBDatabase::TaskType,
180 IPC_STRUCT_MEMBER(blink::WebIDBDatabase::TaskType, task_type)

Completed in 413 milliseconds

1 2