Searched refs:lowerValue (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBKeyRange.idl31 [ImplementedAs=lowerValue,CallWith=ScriptExecutionContext] readonly attribute any lower;
H A DIDBKeyRange.cpp52 Deprecated::ScriptValue IDBKeyRange::lowerValue(ScriptExecutionContext* context) const function in class:WebCore::IDBKeyRange
111 PassRefPtr<IDBKeyRange> IDBKeyRange::bound(ScriptExecutionContext* context, const Deprecated::ScriptValue& lowerValue, const Deprecated::ScriptValue& upperValue, bool lowerOpen, bool upperOpen, ExceptionCode& ec) argument
114 RefPtr<IDBKey> lower = scriptValueToIDBKey(&requestState, lowerValue);
H A DIDBKeyRange.h62 Deprecated::ScriptValue lowerValue(ScriptExecutionContext*) const;
/macosx-10.10/WTF-7600.1.24/wtf/
H A DASCIICType.h135 template<typename CharType> inline int toASCIIHexValue(CharType upperValue, CharType lowerValue) argument
137 ASSERT(isASCIIHexDigit(upperValue) && isASCIIHexDigit(lowerValue));
138 return ((toASCIIHexValue(upperValue) << 4) & 0xF0) | toASCIIHexValue(lowerValue);

Completed in 113 milliseconds