Searched defs:upperOpen (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBKeyRangeData.h70 bool upperOpen; member in struct:WebCore::IDBKeyRangeData
H A DIDBKeyRange.cpp111 PassRefPtr<IDBKeyRange> IDBKeyRange::bound(ScriptExecutionContext* context, const Deprecated::ScriptValue& lowerValue, const Deprecated::ScriptValue& upperValue, bool lowerOpen, bool upperOpen, ExceptionCode& ec) argument
H A DIDBKeyRange.h65 bool upperOpen() const { return m_upperType == UpperBoundOpen; } function in class:WebCore::IDBKeyRange
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorIndexedDBAgent.cpp386 bool upperOpen; local

Completed in 128 milliseconds