Home
last modified time | relevance | path

Searched refs:WebExceptionCode (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebIDBObjectStoreImpl.h52 void get(const WebIDBKey& key, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&);
53 …tValue&, const WebIDBKey&, PutMode, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&);
54 …eleteFunction(const WebIDBKey& key, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&);
55 void clear(WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&);
57 …bString& name, const WebString& keyPath, bool unique, const WebIDBTransaction&, WebExceptionCode&);
58 WebIDBIndex* index(const WebString& name, WebExceptionCode&);
59 void deleteIndex(const WebString& name, const WebIDBTransaction&, WebExceptionCode&);
61 …eyRange&, unsigned short direction, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&);
DWebIDBObjectStoreImpl.cpp70 …DBKey& key, WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec) in get()
75 …de putMode, WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec) in put()
80 …DBKey& key, WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec) in deleteFunction()
85 …Impl::clear(WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec) in clear()
90 … const WebString& keyPath, bool unique, const WebIDBTransaction& transaction, WebExceptionCode& ec) in createIndex()
98 WebIDBIndex* WebIDBObjectStoreImpl::index(const WebString& name, WebExceptionCode& ec) in index()
106 …mpl::deleteIndex(const WebString& name, const WebIDBTransaction& transaction, WebExceptionCode& ec) in deleteIndex()
111 … direction, WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec) in openCursor()
DWebIDBIndexImpl.h51 …yRange&, unsigned short direction, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&);
52 …eyRange&, unsigned short direction, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&);
53 …al void getObject(const WebIDBKey&, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&);
54 …rtual void getKey(const WebIDBKey&, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&);
DWebIDBDatabaseImpl.h56 …& name, const WebString& keyPath, bool autoIncrement, const WebIDBTransaction&, WebExceptionCode&);
57 …virtual void deleteObjectStore(const WebString& name, const WebIDBTransaction&, WebExceptionCode&);
58 virtual void setVersion(const WebString& version, WebIDBCallbacks*, WebExceptionCode&);
59 …IDBTransaction* transaction(const WebDOMStringList& names, unsigned short mode, WebExceptionCode&);
DWebIDBIndexImpl.cpp71 … direction, WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec) in openObjectCursor()
76 … direction, WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec) in openKeyCursor()
81 …& keyRange, WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec) in getObject()
86 …& keyRange, WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec) in getKey()
DWebIDBDatabaseImpl.cpp69 …WebString& keyPath, bool autoIncrement, const WebIDBTransaction& transaction, WebExceptionCode& ec) in createObjectStore()
79 …eleteObjectStore(const WebString& name, const WebIDBTransaction& transaction, WebExceptionCode& ec) in deleteObjectStore()
84 …atabaseImpl::setVersion(const WebString& version, WebIDBCallbacks* callbacks, WebExceptionCode& ec) in setVersion()
89 …DatabaseImpl::transaction(const WebDOMStringList& names, unsigned short mode, WebExceptionCode& ec) in transaction()
DWebIDBCursorImpl.h51 virtual void update(const WebSerializedScriptValue&, WebIDBCallbacks*, WebExceptionCode&);
52 virtual void continueFunction(const WebIDBKey&, WebIDBCallbacks*, WebExceptionCode&);
53 virtual void deleteFunction(WebIDBCallbacks*, WebExceptionCode&);
DWebIDBCursorImpl.cpp70 …pl::update(const WebSerializedScriptValue& value, WebIDBCallbacks* callbacks, WebExceptionCode& ec) in update()
75 …ursorImpl::continueFunction(const WebIDBKey& key, WebIDBCallbacks* callbacks, WebExceptionCode& ec) in continueFunction()
80 void WebIDBCursorImpl::deleteFunction(WebIDBCallbacks* callbacks, WebExceptionCode& ec) in deleteFunction()
DWebIDBTransactionImpl.h45 virtual WebIDBObjectStore* objectStore(const WebString& name, WebExceptionCode&);
/external/webkit/Source/WebKit/chromium/public/
DWebIDBObjectStore.h62 …virtual void get(const WebIDBKey&, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&) … 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
DWebIDBDatabase.h61 …g& name, const WebString& keyPath, bool autoIncrement, const WebIDBTransaction&, WebExceptionCode&) in createObjectStore() argument
66 …tStore(const WebString& name, const WebIDBTransaction& transaction, WebExceptionCode& ec) { WEBKIT… in deleteObjectStore()
67 …virtual void setVersion(const WebString& version, WebIDBCallbacks* callbacks, WebExceptionCode&) {… in setVersion() argument
69 …BTransaction* transaction(const WebDOMStringList& names, unsigned short mode, WebExceptionCode& ec) in transaction()
74 …ransaction(const WebDOMStringList& names, unsigned short mode, unsigned long, WebExceptionCode& ec) in transaction()
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
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
79 …virtual void remove(WebIDBCallbacks* callbacks, WebExceptionCode& ec) { deleteFunction(callbacks, … in remove()
80 …virtual void deleteFunction(WebIDBCallbacks* callbacks, WebExceptionCode& ec) { remove(callbacks, … in deleteFunction()
DWebExceptionCode.h37 typedef int WebExceptionCode; typedef
DWebIDBTransaction.h49 virtual WebIDBObjectStore* objectStore(const WebString& name, WebExceptionCode&) in objectStore() argument
/external/webkit/Source/WebKit/chromium/
DWebKit.gyp151 'public/WebExceptionCode.h',
DChangeLog-2011-02-166760 Add a WebExceptionCode file (already run by fishd) and add versions of
6765 * public/WebExceptionCode.h: Added.