OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)
58
IDBIndex
::~
IDBIndex
()
62
void
IDBIndex
::trace(Visitor* visitor)
68
ScriptValue
IDBIndex
::keyPath(ScriptState* scriptState) const
73
IDBRequest*
IDBIndex
::openCursor(ScriptState* scriptState, const ScriptValue& range, const String& directionString, ExceptionState& exceptionState)
75
IDB_TRACE("
IDBIndex
::openCursor");
104
IDBRequest*
IDBIndex
::openCursor(ScriptState* scriptState, IDBKeyRange* keyRange, WebIDBCursorDirection direction
[
all
...]
IDBIndex.h
46
class
IDBIndex
: public GarbageCollectedFinalized<
IDBIndex
>, public ScriptWrappable {
49
static
IDBIndex
* create(const IDBIndexMetadata& metadata, IDBObjectStore* objectStore, IDBTransaction* transaction)
51
return new
IDBIndex
(metadata, objectStore, transaction);
53
~
IDBIndex
();
78
IDBIndex
(const IDBIndexMetadata&, IDBObjectStore*, IDBTransaction*);
Completed in 174 milliseconds