Home
last modified time | relevance | path

Searched refs:prpValue (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBKeyRange.cpp43 PassRefPtr<IDBKeyRange> IDBKeyRange::only(PassRefPtr<IDBKey> prpValue) in only() argument
45 RefPtr<IDBKey> value = prpValue; in only()
DIDBObjectStoreBackendImpl.cpp121 void IDBObjectStoreBackendImpl::put(PassRefPtr<SerializedScriptValue> prpValue, PassRefPtr<IDBKey> … in put() argument
129 RefPtr<SerializedScriptValue> value = prpValue; in put()
202 …BObjectStoreBackendImpl> objectStore, PassRefPtr<SerializedScriptValue> prpValue, PassRefPtr<IDBKe… in putInternal() argument
204 RefPtr<SerializedScriptValue> value = prpValue; in putInternal()