HomeSort by relevance Sort by last modified time
    Searched refs:WebIDBTaskTypePreemptive (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBTypes.h 63 WebIDBTaskTypePreemptive,
64 WebIDBTaskTypeLast = WebIDBTaskTypePreemptive
WebIDBDatabase.h 71 static const WebIDBTaskType PreemptiveTask = WebIDBTaskTypePreemptive;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.cpp 453 IDBRequest* indexRequest = openCursor(scriptState, static_cast<IDBKeyRange*>(0), blink::WebIDBCursorDirectionNext, blink::WebIDBTaskTypePreemptive);

Completed in 56 milliseconds