Searched defs:WebExceptionCode (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebKit/chromium/public/ |
D | WebIDBObjectStore.h | 62 …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
|
D | WebIDBIndex.h | 65 …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
|
D | WebExceptionCode.h | 37 typedef int WebExceptionCode; typedef
|
D | WebIDBCursor.h | 76 …virtual void update(const WebSerializedScriptValue&, WebIDBCallbacks*, WebExceptionCode&) { WEBKIT… in update() argument 77 …virtual void continueFunction(const WebIDBKey&, WebIDBCallbacks*, WebExceptionCode&) { WEBKIT_ASSE… in continueFunction() argument
|
D | WebIDBDatabase.h | 61 …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
|
D | WebIDBTransaction.h | 49 virtual WebIDBObjectStore* objectStore(const WebString& name, WebExceptionCode&) in objectStore() argument
|