Home
last modified time | relevance | path

Searched defs:lowerOpen (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebIDBKeyRange.cpp42 void WebIDBKeyRange::assign(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool up… in assign()
69 bool WebIDBKeyRange::lowerOpen() const in lowerOpen() function in blink::WebIDBKeyRange
/external/chromium_org/content/common/indexed_db/
Dindexed_db_key_range.h26 bool lowerOpen() const { return lower_open_; } in lowerOpen() function
/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBKeyRange.h44 …WebIDBKeyRange(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperOpen) { a… in WebIDBKeyRange()
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBKeyRange.h66 bool lowerOpen() const { return m_lowerType == LowerBoundOpen; } in lowerOpen() function
DIDBKeyRange.cpp122 …ntext, const ScriptValue& lowerValue, const ScriptValue& upperValue, bool lowerOpen, bool upperOpe… in bound()
DInspectorIndexedDBAgent.cpp373 bool lowerOpen; in idbKeyRangeFromKeyRange() local