lowerBound        105 Source/bindings/v8/ExceptionMessages.h     static String indexOutsideRange(const char* name, NumberType given, NumberType lowerBound, BoundType lowerType, NumberType upperBound, BoundType upperType)
lowerBound        114 Source/bindings/v8/ExceptionMessages.h         result.append(formatNumber(lowerBound));
lowerBound         69 Source/modules/indexeddb/IDBKeyRange.h     static PassRefPtr<IDBKeyRange> lowerBound(ExecutionContext*, const ScriptValue& bound, bool open, ExceptionState&);
lowerBound        255 Source/platform/fonts/Font.cpp static inline bool isInRange(UChar32 character, UChar32 lowerBound, UChar32 upperBound)
lowerBound        257 Source/platform/fonts/Font.cpp     return character >= lowerBound && character <= upperBound;