Searched defs:upperValue (Results 1 – 2 of 2) sorted by relevance
71 ScriptValue IDBKeyRange::upperValue(ExecutionContext* context) const in upperValue() function in WebCore::IDBKeyRange124 …und(ExecutionContext* context, const ScriptValue& lowerValue, const ScriptValue& upperValue, bool … in bound()
140 template<typename CharType> inline int toASCIIHexValue(CharType upperValue, CharType lowerValue) in toASCIIHexValue()