Searched refs:prpKey (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBKeyRange.cpp38 PassRefPtr<IDBKeyRange> IDBKeyRange::create(PassRefPtr<IDBKey> prpKey) argument
40 RefPtr<IDBKey> key = prpKey;
64 PassRefPtr<IDBKeyRange> IDBKeyRange::only(PassRefPtr<IDBKey> prpKey, ExceptionCode& ec) argument
66 RefPtr<IDBKey> key = prpKey;
H A DIDBKeyRange.h56 static PassRefPtr<IDBKeyRange> create(PassRefPtr<IDBKey> prpKey);
H A DIDBObjectStore.cpp130 PassRefPtr<IDBRequest> IDBObjectStore::put(IDBDatabaseBackend::PutMode putMode, PassRefPtr<IDBAny> source, JSC::ExecState* state, Deprecated::ScriptValue& value, PassRefPtr<IDBKey> prpKey, ExceptionCode& ec) argument
132 RefPtr<IDBKey> key = prpKey;

Completed in 120 milliseconds