Searched refs:isInRange (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontGlyphs.cpp119 static inline bool isInRange(UChar32 character, UChar32 lowerBound, UChar32 upperBound) function in namespace:WebCore
132 if (isInRange(character, 0x002E5, 0x002EB))
135 if (isInRange(character, 0x01100, 0x011FF) || isInRange(character, 0x01401, 0x0167F) || isInRange(character, 0x01800, 0x018FF))
142 if (isInRange(character, 0x0203B, 0x0203D) || character == 0x02042 || character == 0x02044 || character == 0x02047
146 if (isInRange(character, 0x02065, 0x02069) || isInRange(character, 0x020DD, 0x020E0)
147 || isInRange(character, 0x020E2, 0x020E4) || isInRange(characte
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGDriver.cpp80 if (!Options::bytecodeRangeToDFGCompile().isInRange(codeBlock->instructionCount()))
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DOptions.h79 bool isInRange(unsigned);
H A DOptions.cpp154 bool OptionRange::isInRange(unsigned count) function in class:JSC::OptionRange
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleTextImpl.h81 bool isInRange(WebCore::VisiblePosition& current, WebCore::VisiblePositionRange& wordRange);
H A DAccessibleTextImpl.cpp230 if (isInRange(currentPosition, textRange))
236 if (isInRange(currentPosition, textRange))
298 if (isInRange(currentPosition, textRange))
304 if (isInRange(currentPosition, textRange))
751 bool AccessibleText::isInRange(VisiblePosition& current, VisiblePositionRange& wordRange) function in class:AccessibleText
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DIntegersSubset.h240 bool isInRange(const IntType &IntVal) const { function in class:llvm::IntRange
250 if (!isInRange(RHS.Low) && !isInRange(RHS.High)) {
254 if (RHS.isInRange(Low))
H A DIntegersSubsetMapping.h419 if (i->first.isInRange(Val))
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DInputType.h164 bool isInRange(const String&) const;
H A DHTMLInputElement.h366 virtual bool isInRange() const;
H A DInputType.cpp318 bool InputType::isInRange(const String& value) const function in class:WebCore::InputType
H A DHTMLInputElement.cpp1415 bool HTMLInputElement::isInRange() const function in class:WebCore::HTMLInputElement
1417 return m_inputType->isInRange(value());
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSelectorChecker.cpp750 return element->isInRange();
H A DStyleResolver.cpp549 if (element->isInRange() != state.element()->isInRange())
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DElement.h578 virtual bool isInRange() const { return false; } function in class:WebCore::Element

Completed in 234 milliseconds