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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBIndex.cpp 27 #include "modules/indexeddb/IDBIndex.h"
47 IDBIndex::IDBIndex(const IDBIndexMetadata& metadata, IDBObjectStore* objectStore, IDBTransaction* transaction)
59 IDBIndex::~IDBIndex()
63 void IDBIndex::trace(Visitor* visitor)
69 ScriptValue IDBIndex::keyPath(ScriptState* scriptState) const
74 IDBRequest* IDBIndex::openCursor(ScriptState* scriptState, const ScriptValue& range, const String& directionString, ExceptionState& exceptionState)
76 IDB_TRACE("IDBIndex::openCursor");
105 IDBRequest* IDBIndex::openCursor(ScriptState* scriptState, IDBKeyRange* keyRange, blink::WebIDBCursorDirection directio (…)
    [all...]
IDBIndex.h 46 class IDBIndex : public GarbageCollectedFinalized<IDBIndex>, public ScriptWrappable {
48 static IDBIndex* create(const IDBIndexMetadata& metadata, IDBObjectStore* objectStore, IDBTransaction* transaction)
50 return new IDBIndex(metadata, objectStore, transaction);
52 ~IDBIndex();
77 IDBIndex(const IDBIndexMetadata&, IDBObjectStore*, IDBTransaction*);

Completed in 41 milliseconds