Home
last modified time | relevance | path

Searched defs:keyRange (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBIndex.cpp86 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::fromScriptValue(context, range, exceptionState); in openCursor() local
93 …IDBRequest> IDBIndex::openCursor(ExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, Inde… in openCursor()
117 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::fromScriptValue(context, range, exceptionState); in count() local
145 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::fromScriptValue(context, range, exceptionState); in openKeyCursor() local
171 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::fromScriptValue(context, key, exceptionState); in get() local
200 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::fromScriptValue(context, key, exceptionState); in getKey() local
DIDBObjectStore.cpp94 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::fromScriptValue(context, key, exceptionState); in get() local
258 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::fromScriptValue(context, key, exceptionState); in deleteFunction() local
532 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::fromScriptValue(context, range, exceptionState); in openCursor() local
568 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::fromScriptValue(context, range, exceptionState); in openKeyCursor() local
595 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::fromScriptValue(context, range, exceptionState); in count() local
DIDBCursor.cpp277 RefPtr<IDBKeyRange> keyRange = IDBKeyRange::only(m_primaryKey, exceptionState); in deleteFunction() local
/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBKeyRange.h43 WebIDBKeyRange(const WebIDBKeyRange& keyRange) { assign(keyRange); } in WebIDBKeyRange()
/external/chromium_org/third_party/WebKit/Source/platform/network/
DParsedContentType.cpp152 SubstringRange keyRange = parseParameterPart(contentType, index); in parseContentType() local
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorIndexedDBAgent.cpp358 static PassRefPtr<IDBKeyRange> idbKeyRangeFromKeyRange(JSONObject* keyRange) in idbKeyRangeFromKeyRange()
641 …ame, const String& indexName, int skipCount, int pageSize, const RefPtr<JSONObject>* keyRange, Pas… in requestData()