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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBDatabase.h66 virtual void get(long long transactionId, long long objectStoreId, long long indexId, const WebIDBKeyRange&, bool keyOnly, WebIDBCallbacks*) { BLINK_ASSERT_NOT_REACHED(); } argument
70 virtual void openCursor(long long transactionId, long long objectStoreId, long long indexId, const WebIDBKeyRange&, WebIDBCursorDirection, bool keyOnly, WebIDBTaskType, WebIDBCallbacks*) { BLINK_ASSERT_NOT_REACHED(); } argument
/external/chromium_org/content/child/indexed_db/
H A Dwebidbdatabase_impl.h51 bool keyOnly,
75 bool keyOnly,
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBIndex.h80 IDBRequest* getInternal(ScriptState*, const ScriptValue& key, ExceptionState&, bool keyOnly);
H A DIDBIndex.cpp187 IDBRequest* IDBIndex::getInternal(ScriptState* scriptState, const ScriptValue& key, ExceptionState& exceptionState, bool keyOnly) argument
215 backendDB()->get(m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange, keyOnly, WebIDBCallbacksImpl::create(request).leakPtr());

Completed in 1153 milliseconds