/external/webkit/Source/WebKit/chromium/src/ |
D | WebIDBObjectStoreImpl.h | 52 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&);
|
D | WebIDBObjectStoreImpl.cpp | 70 …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()
|
D | WebIDBIndexImpl.h | 51 …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&);
|
D | WebIDBDatabaseImpl.h | 56 …& 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&);
|
D | WebIDBIndexImpl.cpp | 71 … 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()
|
D | WebIDBDatabaseImpl.cpp | 69 …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()
|
D | WebIDBCursorImpl.h | 51 virtual void update(const WebSerializedScriptValue&, WebIDBCallbacks*, WebExceptionCode&); 52 virtual void continueFunction(const WebIDBKey&, WebIDBCallbacks*, WebExceptionCode&); 53 virtual void deleteFunction(WebIDBCallbacks*, WebExceptionCode&);
|
D | WebIDBCursorImpl.cpp | 70 …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()
|
D | WebIDBTransactionImpl.h | 45 virtual WebIDBObjectStore* objectStore(const WebString& name, WebExceptionCode&);
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebIDBObjectStore.h | 62 …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
|
D | WebIDBDatabase.h | 61 …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()
|
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 | 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 79 …virtual void remove(WebIDBCallbacks* callbacks, WebExceptionCode& ec) { deleteFunction(callbacks, … in remove() 80 …virtual void deleteFunction(WebIDBCallbacks* callbacks, WebExceptionCode& ec) { remove(callbacks, … in deleteFunction()
|
D | WebExceptionCode.h | 37 typedef int WebExceptionCode; typedef
|
D | WebIDBTransaction.h | 49 virtual WebIDBObjectStore* objectStore(const WebString& name, WebExceptionCode&) in objectStore() argument
|
/external/webkit/Source/WebKit/chromium/ |
D | WebKit.gyp | 151 'public/WebExceptionCode.h',
|
D | ChangeLog-2011-02-16 | 6760 Add a WebExceptionCode file (already run by fishd) and add versions of 6765 * public/WebExceptionCode.h: Added.
|