Searched defs:WebIDBKeyRange (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebIDBKeyRange.h | 42 WebIDBKeyRange(const WebIDBKeyRange& keyRange) { assign(keyRange); } in WebIDBKeyRange() function 43 …WebIDBKeyRange(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperOpen) { a… in WebIDBKeyRange() function
|
D | WebIDBDatabase.h | 43 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/ |
D | WebIDBKeyRange.cpp | 77 WebIDBKeyRange::WebIDBKeyRange(IDBKeyRange* value) in WebIDBKeyRange() function in blink::WebIDBKeyRange
|