Searched defs:WebIDBCallbacks (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebIDBCursor.h | 42 virtual void advance(unsigned long, WebIDBCallbacks*) { BLINK_ASSERT_NOT_REACHED(); } in advance() argument 43 …virtual void continueFunction(const WebIDBKey&, const WebIDBKey& primaryKey, WebIDBCallbacks*) { B… in continueFunction() argument
|
D | WebIDBDatabase.h | 38 class WebIDBCallbacks; variable 66 …ectStoreId, long long indexId, const WebIDBKeyRange&, bool keyOnly, WebIDBCallbacks*) { BLINK_ASSE… in get() argument 67 …ue, const WebVector<WebBlobInfo>&, const WebIDBKey&, WebIDBPutMode, WebIDBCallbacks*, const WebVec… in put() argument 70 …bIDBKeyRange&, WebIDBCursorDirection, bool keyOnly, WebIDBTaskType, WebIDBCallbacks*) { BLINK_ASSE… in openCursor() argument 71 … long long objectStoreId, long long indexId, const WebIDBKeyRange&, WebIDBCallbacks*) { BLINK_ASSE… in count() argument 72 …long transactionId, long long objectStoreId, const WebIDBKeyRange&, WebIDBCallbacks*) { BLINK_ASSE… in deleteRange() argument 73 …virtual void clear(long long transactionId, long long objectStoreId, WebIDBCallbacks*) { BLINK_ASS… in clear() argument
|
/external/chromium_org/content/child/indexed_db/ |
D | webidbdatabase_impl.h | 16 class WebIDBCallbacks; variable
|