Searched defs:prpKey (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/storage/ |
D | IDBCursorBackendImpl.cpp | 88 void IDBCursorBackendImpl::continueFunction(PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> prp… in continueFunction() 99 …tExecutionContext*, PassRefPtr<IDBCursorBackendImpl> prpCursor, PassRefPtr<IDBKey> prpKey, PassRef… in continueFunctionInternal()
|
D | IDBIndexBackendImpl.cpp | 143 void IDBIndexBackendImpl::get(PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> prpCallbacks, IDB… in get() 152 void IDBIndexBackendImpl::getKey(PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> prpCallbacks, … in getKey()
|
D | IDBObjectStoreBackendImpl.cpp | 84 void IDBObjectStoreBackendImpl::get(PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> prpCallback… in get() 121 …oreBackendImpl::put(PassRefPtr<SerializedScriptValue> prpValue, PassRefPtr<IDBKey> prpKey, PutMode… in put() 202 …dImpl> objectStore, PassRefPtr<SerializedScriptValue> prpValue, PassRefPtr<IDBKey> prpKey, PutMode… in putInternal() 272 void IDBObjectStoreBackendImpl::deleteFunction(PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> … in deleteFunction()
|
/external/webkit/Source/WebKit/chromium/tests/ |
D | IDBBindingUtilitiesTest.cpp | 84 void checkInjection(PassRefPtr<IDBKey> prpKey, PassRefPtr<SerializedScriptValue> value, const Strin… in checkInjection()
|