Home
last modified time | relevance | path

Searched defs:WebIDBKeyRange (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBKeyRange.h42 WebIDBKeyRange(const WebIDBKeyRange& keyRange) { assign(keyRange); } in WebIDBKeyRange() function
43WebIDBKeyRange(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperOpen) { a… in WebIDBKeyRange() function
DWebIDBDatabase.h43 class WebIDBKeyRange; variable
66 …g long transactionId, long long objectStoreId, long long indexId, const WebIDBKeyRange&, bool keyO… in get()
70 …g long transactionId, long long objectStoreId, long long indexId, const WebIDBKeyRange&, WebIDBCur… in openCursor()
71 …g long transactionId, long long objectStoreId, long long indexId, const WebIDBKeyRange&, WebIDBCal… in count()
72 …oid deleteRange(long long transactionId, long long objectStoreId, const WebIDBKeyRange&, WebIDBCal… in deleteRange()
/external/chromium_org/third_party/WebKit/Source/web/
DWebIDBKeyRange.cpp77 WebIDBKeyRange::WebIDBKeyRange(IDBKeyRange* value) in WebIDBKeyRange() function in blink::WebIDBKeyRange