Home
last modified time | relevance | path

Searched defs:WebIDBKey (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBCallbacks.h41 class WebIDBKey; variable
52 …virtual void onSuccess(WebIDBCursor*, const WebIDBKey&, const WebIDBKey& primaryKey, const WebData… in onSuccess()
54 virtual void onSuccess(const WebIDBKey&) { BLINK_ASSERT_NOT_REACHED(); } in onSuccess()
56 …virtual void onSuccess(const WebData&, const WebVector<WebBlobInfo>&, const WebIDBKey&, const WebI… in onSuccess()
59 …virtual void onSuccess(const WebIDBKey&, const WebIDBKey& primaryKey, const WebData&, const WebVec… in onSuccess()
DWebIDBKey.h43 WebIDBKey() { } in WebIDBKey() function
54 WebIDBKey(const WebIDBKey& e) { assign(e); } in WebIDBKey() function
DWebIDBCursor.h43 …virtual void continueFunction(const WebIDBKey&, const WebIDBKey& primaryKey, WebIDBCallbacks*) { B… in continueFunction()
DWebIDBKeyRange.h35 class WebIDBKey; variable
DWebIDBDatabase.h41 class WebIDBKey; variable
67 …objectStoreId, const WebData& value, const WebVector<WebBlobInfo>&, const WebIDBKey&, WebIDBPutMod… in put()
68 …virtual void setIndexKeys(long long transactionId, long long objectStoreId, const WebIDBKey&, cons… in setIndexKeys()
/external/chromium_org/content/child/indexed_db/
Dindexed_db_key_builders.h17 class WebIDBKey; variable
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DWebIDBCallbacksImpl.h46 class WebIDBKey; variable
/external/chromium_org/content/common/indexed_db/
Dindexed_db_key.h18 class WebIDBKey; variable
/external/chromium_org/third_party/WebKit/Source/web/
DWebIDBKey.cpp237 WebIDBKey::WebIDBKey(IDBKey* value) in WebIDBKey() function in blink::WebIDBKey