Searched defs:TaskType (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBDatabaseBackendInterface.h63 enum TaskType { enum in class:WebCore::IDBDatabaseBackendInterface
83 virtual void openCursor(int64_t transactionId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange>, IndexedDB::CursorDirection, bool keyOnly, TaskType, PassRefPtr<IDBCallbacks>) = 0;
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database.h35 enum TaskType { enum in class:content::IndexedDBDatabase
150 TaskType task_type,
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBDatabase.h59 enum TaskType { enum in class:WebKit::WebIDBDatabase
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/
H A Dmessage_loop_unittest.cc602 enum TaskType { enum
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_;
/external/chromium_org/base/message_loop/
H A Dmessage_loop_unittest.cc614 enum TaskType { enum in namespace:base::__anon3810
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) {

Completed in 139 milliseconds