/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | Font.cpp | 321 static inline bool isInRange(UChar32 character, UChar32 lowerBound, UChar32 upperBound) in isInRange() function 334 if (isInRange(character, 0x002E5, 0x002EB)) in shouldIgnoreRotation() 337 …if (isInRange(character, 0x01100, 0x011FF) || isInRange(character, 0x01401, 0x0167F) || isInRange(… in shouldIgnoreRotation() 344 …if (isInRange(character, 0x0203B, 0x0203D) || character == 0x02042 || character == 0x02044 || char… in shouldIgnoreRotation() 348 if (isInRange(character, 0x02065, 0x02069) || isInRange(character, 0x020DD, 0x020E0) in shouldIgnoreRotation() 349 || isInRange(character, 0x020E2, 0x020E4) || isInRange(character, 0x02100, 0x02117) in shouldIgnoreRotation() 350 || isInRange(character, 0x02119, 0x02131) || isInRange(character, 0x02133, 0x0213F)) in shouldIgnoreRotation() 353 if (isInRange(character, 0x02145, 0x0214A) || character == 0x0214C || character == 0x0214D in shouldIgnoreRotation() 354 || isInRange(character, 0x0214F, 0x0218F)) in shouldIgnoreRotation() 357 if (isInRange(character, 0x02300, 0x02307) || isInRange(character, 0x0230C, 0x0231F) in shouldIgnoreRotation() [all …]
|
/external/clang/lib/ARCMigrate/ |
D | TransProtectedScope.cpp | 120 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer() 151 if (isInRange(Diag.getLocation(), info.Range)) { in handleProtectedNote() 183 if (isInRange(DRE->getDecl()->getLocation(), info.Range) && in hasVarReferencedOutside() 184 !isInRange(DRE->getLocation(), info.Range)) in hasVarReferencedOutside() 190 bool isInRange(SourceLocation Loc, SourceRange R) { in isInRange() function in __anon4a037b8d0111::ProtectedScopeFixer
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
D | DateTimeNumericFieldElement.cpp | 45 bool DateTimeNumericFieldElement::Range::isInRange(int value) const in isInRange() function in blink::DateTimeNumericFieldElement::Range 185 if (!m_range.isInRange(newValue)) in stepDown() 194 if (!m_range.isInRange(newValue)) in stepUp()
|
D | DateTimeNumericFieldElement.h | 57 bool isInRange(int) const;
|
D | DateTimeFieldElements.cpp | 112 if (range().isInRange(static_cast<int>(value))) { in setValueAsDateTimeFieldsState() 437 if (range().isInRange(static_cast<int>(value))) { in setValueAsDateTimeFieldsState() 563 if (range().isInRange(static_cast<int>(value))) { in setValueAsDateTimeFieldsState() 625 if (range().isInRange(static_cast<int>(value))) { in setValueAsDateTimeFieldsState()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | SharedStyleFinder.cpp | 90 if (candidate.isInRange() != element().isInRange()) in canShareStyleWithControl()
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
D | InputType.h | 117 bool isInRange(const String&) const;
|
D | InputType.cpp | 286 bool InputType::isInRange(const String& value) const in isInRange() function in blink::InputType
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLInputElement.h | 316 virtual bool isInRange() const OVERRIDE FINAL;
|
D | HTMLInputElement.cpp | 1373 bool HTMLInputElement::isInRange() const in isInRange() function in blink::HTMLInputElement 1375 return m_inputType->isInRange(value()); in isInRange()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Element.h | 433 virtual bool isInRange() const { return false; } in isInRange() function
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | SelectorChecker.cpp | 869 return element.isInRange(); in checkOne()
|