Searched defs:WebIDBKey (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBKey.h40 class WebIDBKey { class in namespace:blink
43 WebIDBKey() { } function in class:blink::WebIDBKey
44 ~WebIDBKey() { reset(); }
46 BLINK_EXPORT static WebIDBKey createArray(const WebVector<WebIDBKey>&);
47 BLINK_EXPORT static WebIDBKey createBinary(const WebData&);
48 BLINK_EXPORT static WebIDBKey createString(const WebString&);
49 BLINK_EXPORT static WebIDBKey createDate(double);
50 BLINK_EXPORT static WebIDBKey createNumber(double);
51 BLINK_EXPORT static WebIDBKey createInvali
54 WebIDBKey(const WebIDBKey& e) { assign(e); } function in class:blink::WebIDBKey
[all...]
H A DWebIDBCursor.h31 #include "WebIDBKey.h"
43 virtual void continueFunction(const WebIDBKey&, const WebIDBKey& primaryKey, WebIDBCallbacks*) { BLINK_ASSERT_NOT_REACHED(); } argument
H A DWebIDBCallbacks.h41 class WebIDBKey;
52 virtual void onSuccess(WebIDBCursor*, const WebIDBKey&, const WebIDBKey& primaryKey, const WebData&, const WebVector<WebBlobInfo>&) { BLINK_ASSERT_NOT_REACHED(); } argument
54 virtual void onSuccess(const WebIDBKey&) { BLINK_ASSERT_NOT_REACHED(); } argument
56 virtual void onSuccess(const WebData&, const WebVector<WebBlobInfo>&, const WebIDBKey&, const WebIDBKeyPath&) { BLINK_ASSERT_NOT_REACHED(); } argument
59 virtual void onSuccess(const WebIDBKey&, const WebIDBKey& primaryKey, const WebData&, const WebVector<WebBlobInfo>&) { BLINK_ASSERT_NOT_REACHED(); } argument
H A DWebIDBDatabase.h41 class WebIDBKey;
64 typedef WebVector<WebIDBKey> WebIndexKeys;
67 virtual void put(long long transactionId, long long objectStoreId, const WebData& value, const WebVector<WebBlobInfo>&, const WebIDBKey&, WebIDBPutMode, WebIDBCallbacks*, const WebVector<long long>& indexIds, const WebVector<WebIndexKeys>&) { BLINK_ASSERT_NOT_REACHED(); } argument
68 virtual void setIndexKeys(long long transactionId, long long objectStoreId, const WebIDBKey&, const WebVector<long long>& indexIds, const WebVector<WebIndexKeys>&) { BLINK_ASSERT_NOT_REACHED(); } argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebIDBKey.cpp29 #include "public/platform/WebIDBKey.h"
35 WebIDBKey WebIDBKey::createArray(const WebVector<WebIDBKey>& array)
37 WebIDBKey key;
42 WebIDBKey WebIDBKey::createBinary(const WebData& binary)
44 WebIDBKey key;
49 WebIDBKey WebIDBKey
237 WebIDBKey::WebIDBKey(IDBKey* value) function in class:blink::WebIDBKey
[all...]

Completed in 1377 milliseconds