Searched defs:PutMode (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBObjectStoreBackendInterface.h55 enum PutMode { enum in class:WebCore::IDBObjectStoreBackendInterface
60 virtual void put(PassRefPtr<SerializedScriptValue>, PassRefPtr<IDBKey>, PutMode, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
/external/webkit/Source/WebKit/chromium/public/
H A DWebIDBObjectStore.h64 enum PutMode { enum in class:WebKit::WebIDBObjectStore
70 virtual void put(const WebSerializedScriptValue&, const WebIDBKey&, PutMode, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&) { WEBKIT_ASSERT_NOT_REACHED(); }

Completed in 125 milliseconds