Searched refs:keyOnly (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebIDBDatabase.h | 66 … 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/ |
D | webidbdatabase_impl.h | 51 bool keyOnly, 75 bool keyOnly,
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBIndex.cpp | 187 …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()
|
D | IDBIndex.h | 80 IDBRequest* getInternal(ScriptState*, const ScriptValue& key, ExceptionState&, bool keyOnly);
|