HomeSort by relevance Sort by last modified time
    Searched defs:TaskType (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabaseBackendInterface.h 63 enum TaskType {
83 virtual void openCursor(int64_t transactionId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange>, IndexedDB::CursorDirection, bool keyOnly, TaskType, PassRefPtr<IDBCallbacks>) = 0;
  /cts/suite/audio_quality/lib/include/task/
TaskGeneric.h 33 enum TaskType {
51 TaskGeneric(TaskType type);
55 inline TaskType getType() {
108 TaskType mType;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.h 35 enum TaskType {
150 TaskType task_type,
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBDatabase.h 59 enum TaskType {
77 virtual void openCursor(long long transactionId, long long objectStoreId, long long indexId, const WebIDBKeyRange&, unsigned short direction, bool keyOnly, TaskType, WebIDBCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); }
  /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...]
  /external/chromium_org/base/message_loop/
message_loop_unittest.cc 614 enum TaskType {
628 TaskItem(TaskType t, int c, bool s)
634 TaskType type;
643 std::ostream& operator <<(std::ostream& os, TaskType type) {
655 os << "Unknown TaskType";
670 void RecordStart(TaskType type, int cookie) {
676 void RecordEnd(TaskType type, int cookie) {
    [all...]

Completed in 161 milliseconds