Home
last modified time | relevance | path

Searched defs:WebExceptionCode (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebIDBObjectStore.h62 …d get(const WebIDBKey&, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&) { WEBKIT_AS… in get() argument
70 …st WebIDBKey&, PutMode, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&) { WEBKIT_AS… in put() argument
71 …ction(const WebIDBKey&, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&) { WEBKIT_AS… in deleteFunction() argument
72 …virtual void clear(WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&) { WEBKIT_ASSERT_… in clear() argument
73 …ebString& name, const WebString& keyPath, bool unique, const WebIDBTransaction&, WebExceptionCode&) in createIndex() argument
79 virtual WebIDBIndex* index(const WebString& name, WebExceptionCode&) in index() argument
84 …virtual void deleteIndex(const WebString& name, const WebIDBTransaction&, WebExceptionCode&) { WEB… in deleteIndex() argument
85 …signed short direction, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&) { WEBKIT_AS… in openCursor() argument
DWebIDBIndex.h65 …signed short direction, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&) { WEBKIT_AS… in openObjectCursor() argument
66 …signed short direction, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&) { WEBKIT_AS… in openKeyCursor() argument
67 …bject(const WebIDBKey&, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&) { WEBKIT_AS… in getObject() argument
68 …etKey(const WebIDBKey&, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&) { WEBKIT_AS… in getKey() argument
DWebExceptionCode.h37 typedef int WebExceptionCode; typedef
DWebIDBCursor.h76 …virtual void update(const WebSerializedScriptValue&, WebIDBCallbacks*, WebExceptionCode&) { WEBKIT… in update() argument
77 …virtual void continueFunction(const WebIDBKey&, WebIDBCallbacks*, WebExceptionCode&) { WEBKIT_ASSE… in continueFunction() argument
DWebIDBDatabase.h61 …g& name, const WebString& keyPath, bool autoIncrement, const WebIDBTransaction&, WebExceptionCode&) in createObjectStore() argument
67 …virtual void setVersion(const WebString& version, WebIDBCallbacks* callbacks, WebExceptionCode&) {… in setVersion() argument
DWebIDBTransaction.h49 virtual WebIDBObjectStore* objectStore(const WebString& name, WebExceptionCode&) in objectStore() argument