Home
last modified time | relevance | path

Searched refs:keyOnly (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBDatabase.h66 … long long objectStoreId, long long indexId, const WebIDBKeyRange&, bool keyOnly, WebIDBCallbacks*… in get() argument
70 …d, long long indexId, const WebIDBKeyRange&, WebIDBCursorDirection, bool keyOnly, WebIDBTaskType, … in openCursor() argument
/external/chromium_org/content/child/indexed_db/
Dwebidbdatabase_impl.h51 bool keyOnly,
75 bool keyOnly,
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBIndex.cpp187 …nal(ScriptState* scriptState, const ScriptValue& key, ExceptionState& exceptionState, bool keyOnly) in getInternal() argument
215 …backendDB()->get(m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange, keyOnly, WebID… in getInternal()
DIDBIndex.h80 IDBRequest* getInternal(ScriptState*, const ScriptValue& key, ExceptionState&, bool keyOnly);