equals 61 Source/bindings/v8/V8Initializer.cpp if (V8Window::wrapperTypeInfo.equals(type)) { equals 68 Source/bindings/v8/V8Initializer.cpp if (V8History::wrapperTypeInfo.equals(type)) equals 71 Source/bindings/v8/V8Initializer.cpp if (V8Location::wrapperTypeInfo.equals(type)) equals 82 Source/bindings/v8/WrapperTypeInfo.h bool equals(const WrapperTypeInfo* that) const equals 109 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp if (!V8MouseEvent::wrapperTypeInfo.equals(toWrapperTypeInfo(eventWrapper))) equals 50 Source/core/animation/AnimatableDoubleTest.cpp EXPECT_TRUE(AnimatableDouble::create(10)->equals(AnimatableDouble::create(10).get())); equals 51 Source/core/animation/AnimatableDoubleTest.cpp EXPECT_FALSE(AnimatableDouble::create(5)->equals(AnimatableDouble::create(10).get())); equals 58 Source/core/animation/AnimatableDoubleTest.cpp EXPECT_TRUE(AnimatableDouble::create(5)->toCSSValue()->equals(*cssValue5.get())); equals 59 Source/core/animation/AnimatableDoubleTest.cpp EXPECT_FALSE(AnimatableDouble::create(5)->toCSSValue()->equals(*cssValue10.get())); equals 71 Source/core/animation/AnimatableImage.cpp return m_value->equals(*toAnimatableImage(value)->m_value.get()); equals 137 Source/core/animation/AnimatableLength.cpp return m_calcExpression == length->m_calcExpression || m_calcExpression->equals(*length->m_calcExpression); equals 59 Source/core/animation/AnimatableLengthBox.cpp return left()->equals(lengthBox->left()) equals 60 Source/core/animation/AnimatableLengthBox.cpp && right()->equals(lengthBox->right()) equals 61 Source/core/animation/AnimatableLengthBox.cpp && top()->equals(lengthBox->top()) equals 62 Source/core/animation/AnimatableLengthBox.cpp && bottom()->equals(lengthBox->bottom()); equals 69 Source/core/animation/AnimatableLengthBoxAndBool.cpp return box()->equals(lengthBox->box()) && flag() == lengthBox->flag(); equals 55 Source/core/animation/AnimatableLengthPoint.cpp return x()->equals(lengthPoint->x()) && y()->equals(lengthPoint->y()); equals 57 Source/core/animation/AnimatableLengthPoint3D.cpp return x()->equals(lengthPoint->x()) && y()->equals(lengthPoint->y()) && z()->equals(lengthPoint->z()); equals 55 Source/core/animation/AnimatableLengthSize.cpp return width()->equals(lengthSize->width()) && height()->equals(lengthSize->height()); equals 112 Source/core/animation/AnimatableRepeatable.cpp if (!m_values[i]->equals(otherValues[i].get())) equals 56 Source/core/animation/AnimatableStrokeDasharrayListTest.cpp EXPECT_TRUE(listA->equals(listB.get())); equals 61 Source/core/animation/AnimatableStrokeDasharrayListTest.cpp EXPECT_FALSE(listA->equals(listB.get())); equals 65 Source/core/animation/AnimatableStrokeDasharrayListTest.cpp EXPECT_FALSE(listA->equals(listB.get())); equals 86 Source/core/animation/AnimatableUnknown.h return m_value == unknown->m_value || m_value->equals(*unknown->m_value); equals 55 Source/core/animation/AnimatableValue.h bool equals(const AnimatableValue* value) const equals 59 Source/core/animation/AnimatableValue.h bool equals(const AnimatableValue& value) const equals 61 Source/core/animation/AnimatableValue.h return equals(&value); equals 39 Source/core/animation/AnimatableValueTestHelper.cpp return a.equals(b); equals 81 Source/core/animation/AnimationStackTest.cpp EXPECT_TRUE(interpolationValue(result.get(CSSPropertyFontSize))->equals(AnimatableDouble::create(2).get())); equals 95 Source/core/animation/AnimationStackTest.cpp EXPECT_TRUE(interpolationValue(result.get(CSSPropertyFontSize))->equals(AnimatableDouble::create(1).get())); equals 96 Source/core/animation/AnimationStackTest.cpp EXPECT_TRUE(interpolationValue(result.get(CSSPropertyZIndex))->equals(AnimatableDouble::create(4).get())); equals 106 Source/core/animation/AnimationStackTest.cpp EXPECT_TRUE(interpolationValue(result.get(CSSPropertyZIndex))->equals(AnimatableDouble::create(2).get())); equals 465 Source/core/animation/css/CSSAnimations.cpp if (to->equals(activeTo)) equals 57 Source/core/css/CSSArrayFunctionValue.cpp return CSSValueList::equals(other); equals 49 Source/core/css/CSSArrayFunctionValue.h bool equals(const CSSArrayFunctionValue&) const; equals 48 Source/core/css/CSSAspectRatioValue.h bool equals(const CSSAspectRatioValue&) const; equals 53 Source/core/css/CSSBasicShapes.h virtual bool equals(const CSSBasicShape&) const = 0; equals 71 Source/core/css/CSSBasicShapes.h virtual bool equals(const CSSBasicShape&) const OVERRIDE; equals 97 Source/core/css/CSSBasicShapes.h virtual bool equals(const CSSBasicShape&) const OVERRIDE; equals 139 Source/core/css/CSSBasicShapes.h virtual bool equals(const CSSBasicShape&) const OVERRIDE; equals 203 Source/core/css/CSSBasicShapes.h virtual bool equals(const CSSBasicShape&) const OVERRIDE; equals 48 Source/core/css/CSSBorderImageSliceValue.h bool equals(const CSSBorderImageSliceValue&) const; equals 250 Source/core/css/CSSCalculationValue.cpp virtual bool equals(const CSSCalcExpressionNode& other) const OVERRIDE equals 72 Source/core/css/CSSCalculationValue.h virtual bool equals(const CSSCalcExpressionNode& other) const { return m_category == other.m_category && m_isInteger == other.m_isInteger; } equals 116 Source/core/css/CSSCalculationValue.h bool equals(const CSSCalcValue&) const; equals 48 Source/core/css/CSSCalculationValueTest.cpp expression->equals( equals 62 Source/core/css/CSSCalculationValueTest.cpp EXPECT_TRUE(actual->equals(*expected.get())); equals 76 Source/core/css/CSSCalculationValueTest.cpp EXPECT_TRUE(actual->equals(*expected.get())); equals 90 Source/core/css/CSSCalculationValueTest.cpp EXPECT_TRUE(actual->equals(*expected.get())); equals 107 Source/core/css/CSSCalculationValueTest.cpp EXPECT_TRUE(actual->equals(*expected.get())); equals 53 Source/core/css/CSSCanvasValue.h bool equals(const CSSCanvasValue&) const; equals 665 Source/core/css/CSSComputedStyleDeclaration.cpp if (list->item(0)->equals(*list->item(1))) equals 707 Source/core/css/CSSComputedStyleDeclaration.cpp if (!verticalRadii->equals(*toCSSValueList(list->item(0)))) equals 2910 Source/core/css/CSSComputedStyleDeclaration.cpp return value && propertyValue && value->equals(*propertyValue); equals 68 Source/core/css/CSSCrossfadeValue.h bool equals(const CSSCrossfadeValue&) const; equals 59 Source/core/css/CSSCursorImageValue.h bool equals(const CSSCursorImageValue&) const; equals 98 Source/core/css/CSSFilterValue.cpp return m_type == other.m_type && CSSValueList::equals(other); equals 65 Source/core/css/CSSFilterValue.h bool equals(const CSSFilterValue&) const; equals 72 Source/core/css/CSSFontFaceSrcValue.h bool equals(const CSSFontFaceSrcValue&) const; equals 45 Source/core/css/CSSFontFeatureValue.h bool equals(const CSSFontFeatureValue&) const; equals 42 Source/core/css/CSSFontValue.h bool equals(const CSSFontValue&) const; equals 50 Source/core/css/CSSFunctionValue.h bool equals(const CSSFunctionValue&) const; equals 183 Source/core/css/CSSGradientValue.h bool equals(const CSSLinearGradientValue&) const; equals 230 Source/core/css/CSSGradientValue.h bool equals(const CSSRadialGradientValue&) const; equals 64 Source/core/css/CSSImageValue.h bool equals(const CSSImageValue&) const; equals 38 Source/core/css/CSSInheritedValue.h bool equals(const CSSInheritedValue&) const { return true; } equals 44 Source/core/css/CSSInitialValue.h bool equals(const CSSInitialValue&) const { return true; } equals 49 Source/core/css/CSSLineBoxContainValue.h bool equals(const CSSLineBoxContainValue& other) const { return m_value == other.m_value; } equals 1280 Source/core/css/CSSPrimitiveValue.cpp return m_value.counter && other.m_value.counter && m_value.counter->equals(*other.m_value.counter); equals 1282 Source/core/css/CSSPrimitiveValue.cpp return m_value.rect && other.m_value.rect && m_value.rect->equals(*other.m_value.rect); equals 1284 Source/core/css/CSSPrimitiveValue.cpp return m_value.quad && other.m_value.quad && m_value.quad->equals(*other.m_value.quad); equals 1288 Source/core/css/CSSPrimitiveValue.cpp return m_value.pair && other.m_value.pair && m_value.pair->equals(*other.m_value.pair); equals 1292 Source/core/css/CSSPrimitiveValue.cpp return m_value.calc && other.m_value.calc && m_value.calc->equals(*other.m_value.calc); equals 1294 Source/core/css/CSSPrimitiveValue.cpp return m_value.shape && other.m_value.shape && m_value.shape->equals(*other.m_value.shape); equals 343 Source/core/css/CSSPrimitiveValue.h bool equals(const CSSPrimitiveValue&) const; equals 51 Source/core/css/CSSReflectValue.h bool equals(const CSSReflectValue&) const; equals 50 Source/core/css/CSSSVGDocumentValue.h bool equals(const CSSSVGDocumentValue&) const; equals 47 Source/core/css/CSSShadowValue.h bool equals(const CSSShadowValue&) const; equals 49 Source/core/css/CSSTimingFunctionValue.h bool equals(const CSSCubicBezierTimingFunctionValue&) const; equals 83 Source/core/css/CSSTimingFunctionValue.h bool equals(const CSSStepsTimingFunctionValue&) const; equals 68 Source/core/css/CSSTransformValue.h bool equals(const CSSTransformValue& other) const { return m_type == other.m_type && CSSValueList::equals(other); } equals 46 Source/core/css/CSSUnicodeRangeValue.h bool equals(const CSSUnicodeRangeValue&) const; equals 132 Source/core/css/CSSValue.cpp return static_cast<const ChildClassType&>(first).equals(static_cast<const ChildClassType&>(second)); equals 211 Source/core/css/CSSValue.cpp return toCSSValueList(this)->equals(other); equals 213 Source/core/css/CSSValue.cpp return static_cast<const CSSValueList&>(other).equals(*this); equals 121 Source/core/css/CSSValue.h bool equals(const CSSValue&) const; equals 234 Source/core/css/CSSValue.h if (firstPtr == secondPtr || (firstPtr && secondPtr && firstPtr->equals(*secondPtr))) equals 244 Source/core/css/CSSValue.h return first ? second && first->equals(*second) : !second; equals 250 Source/core/css/CSSValue.h return first ? second && first->equals(*second) : !second; equals 256 Source/core/css/CSSValue.h return first ? second && first->equals(*second) : !second; equals 57 Source/core/css/CSSValueList.cpp if (value && val && value->equals(*val)) { equals 70 Source/core/css/CSSValueList.cpp if (value && val && value->equals(*val)) equals 139 Source/core/css/CSSValueList.cpp return value && value->equals(other); equals 63 Source/core/css/CSSValueList.h bool equals(const CSSValueList&) const; equals 64 Source/core/css/CSSValueList.h bool equals(const CSSValue&) const; equals 61 Source/core/css/CSSValueTestHelper.h return a.equals(b); equals 46 Source/core/css/Counter.h bool equals(const Counter& other) const equals 54 Source/core/css/MediaQueryExp.h || (other.m_value && m_value && other.m_value->equals(*m_value))); equals 58 Source/core/css/Pair.h bool equals(const Pair& other) const equals 43 Source/core/css/Rect.h bool equals(const RectBase& other) const equals 451 Source/core/css/StylePropertySerializer.cpp bool showLeft = !right.value()->equals(*left.value()); equals 452 Source/core/css/StylePropertySerializer.cpp bool showBottom = !top.value()->equals(*bottom.value()) || showLeft; equals 453 Source/core/css/StylePropertySerializer.cpp bool showRight = !top.value()->equals(*right.value()) || showBottom; equals 486 Source/core/css/StylePropertySet.cpp return propertyAt(foundPropertyIndex).value()->equals(*propertyValue); equals 43 Source/core/css/parser/BisonCSSParserTest.cpp EXPECT_TRUE(CSSStepsTimingFunctionValue::create(3, StepsTimingFunction::StepAtStart)->equals(toCSSStepsTimingFunctionValue(*timingFunctionValue.get()))); equals 46 Source/core/css/parser/BisonCSSParserTest.cpp EXPECT_TRUE(CSSStepsTimingFunctionValue::create(3, StepsTimingFunction::StepAtMiddle)->equals(toCSSStepsTimingFunctionValue(*timingFunctionValue.get()))); equals 49 Source/core/css/parser/BisonCSSParserTest.cpp EXPECT_TRUE(CSSStepsTimingFunctionValue::create(3, StepsTimingFunction::StepAtEnd)->equals(toCSSStepsTimingFunctionValue(*timingFunctionValue.get()))); equals 58 Source/core/css/parser/BisonCSSParserTest.cpp EXPECT_TRUE(CSSStepsTimingFunctionValue::create(3, StepsTimingFunction::StepAtEnd)->equals(toCSSStepsTimingFunctionValue(*timingFunctionValue.get()))); equals 61 Source/core/css/parser/BisonCSSParserTest.cpp EXPECT_TRUE(CSSCubicBezierTimingFunctionValue::create(0.1, 5, 0.23, 0)->equals(toCSSCubicBezierTimingFunctionValue(*timingFunctionValue.get()))); equals 61 Source/core/rendering/style/ContentData.h virtual bool equals(const ContentData&) const = 0; equals 79 Source/core/rendering/style/ContentData.h virtual bool equals(const ContentData& data) const OVERRIDE equals 110 Source/core/rendering/style/ContentData.h virtual bool equals(const ContentData& data) const OVERRIDE equals 149 Source/core/rendering/style/ContentData.h virtual bool equals(const ContentData& data) const OVERRIDE equals 168 Source/core/rendering/style/ContentData.h virtual bool equals(const ContentData& data) const OVERRIDE equals 188 Source/core/rendering/style/ContentData.h return a.equals(b); equals 39 Source/core/rendering/style/QuotesData.h static bool equals(const QuotesData*, const QuotesData*); equals 509 Source/core/rendering/style/RenderStyle.cpp if (!QuotesData::equals(rareInheritedData->quotes.get(), other.rareInheritedData->quotes.get())) equals 700 Source/core/rendering/style/RenderStyle.cpp if (QuotesData::equals(rareInheritedData->quotes.get(), q.get())) equals 217 Source/core/rendering/style/StyleRareInheritedData.cpp && QuotesData::equals(quotes.get(), o.quotes.get()) equals 104 Source/core/svg/SVGPaint.h bool equals(const SVGPaint&) const; equals 105 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java && (fileName != null && !fileName.equals(other.fileName))) { equals 64 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java boolean isBindCall = partCount > 1 && "bind".equals(functionName); equals 65 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java if (isBindCall && partCount == 3 && "this".equals(firstPart) && equals 66 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java !(actualArguments.size() > 0 && "this".equals(actualArguments.get(0)))) { equals 71 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java if (partCount > 2 || "this".equals(firstPart)) { equals 76 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java ("call".equals(functionName) || "apply".equals(functionName)) && equals 126 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java } else if ("addEventListener".equals(functionName) || equals 127 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java "removeEventListener".equals(functionName)) { equals 160 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java return arguments.size() > 0 && !"null".equals(arguments.get(0)); equals 61 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java if (extendedType == null || !extendedType.superTypeName.equals(typeName)) { equals 74 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java if (!"call".equals(methodName) && !"apply".equals(methodName)) { equals 78 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java if (arguments.isEmpty() || !"this".equals(getContext().getNodeText(arguments.get(0)))) { equals 154 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java if (!PROTO_PROPERTY_NAME.equals(propertyName)) { equals 185 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java if (!superType.equals(extendedTypeName)) { equals 119 Source/platform/graphics/DiscardablePixelRef.cpp return pixelRef && pixelRef->getURI() && discardable.equals(pixelRef->getURI()); equals 219 Source/web/WebBindings.cpp if (!V8Range::wrapperTypeInfo.equals(toWrapperTypeInfo(v8Object))) equals 111 Source/web/tests/FrameLoaderClientImplTest.cpp EXPECT_TRUE(override.equals(userAgent())); equals 115 Source/web/tests/FrameLoaderClientImplTest.cpp EXPECT_TRUE(defaultUserAgent.equals(userAgent())); equals 298 Source/wtf/CheckedArithmetic.h static inline bool equals(LHS lhs, RHS rhs) { return lhs == rhs; } equals 334 Source/wtf/CheckedArithmetic.h static inline bool equals(LHS lhs, RHS rhs) { return lhs == rhs; } equals 372 Source/wtf/CheckedArithmetic.h static inline bool equals(int lhs, unsigned rhs) equals 394 Source/wtf/CheckedArithmetic.h static inline bool equals(unsigned lhs, int rhs) equals 396 Source/wtf/CheckedArithmetic.h return ArithmeticOperations<int, unsigned, ResultType>::equals(rhs, lhs); equals 417 Source/wtf/CheckedArithmetic.h return ArithmeticOperations<U, V>::equals(lhs, rhs); equals 82 public/platform/WebString.h BLINK_COMMON_EXPORT bool equals(const WebString&) const; equals 182 public/platform/WebString.h return a.equals(b); equals 138 public/platform/WebURL.h return a.string().equals(b.string()); equals 46 public/platform/WebWorkerRunLoop.h BLINK_EXPORT bool equals(const WebWorkerRunLoop&) const; equals 59 public/platform/WebWorkerRunLoop.h return a.equals(b); equals 69 public/web/WebAXObject.h BLINK_EXPORT bool equals(const WebAXObject&) const; equals 60 public/web/WebMIDIPermissionRequest.h BLINK_EXPORT bool equals(const WebMIDIPermissionRequest&) const; equals 74 public/web/WebMIDIPermissionRequest.h return a.equals(b); equals 57 public/web/WebMediaDevicesRequest.h BLINK_EXPORT bool equals(const WebMediaDevicesRequest&) const; equals 77 public/web/WebMediaDevicesRequest.h return a.equals(b); equals 71 public/web/WebNode.h BLINK_EXPORT bool equals(const WebNode&) const; equals 167 public/web/WebNode.h return a.equals(b); equals 67 public/web/WebNotification.h BLINK_EXPORT bool equals(const WebNotification& other) const; equals 107 public/web/WebNotification.h return a.equals(b); equals 112 public/web/WebNotification.h return !a.equals(b); equals 61 public/web/WebSpeechRecognitionHandle.h BLINK_EXPORT bool equals(const WebSpeechRecognitionHandle&) const; equals 76 public/web/WebSpeechRecognitionHandle.h return a.equals(b); equals 58 public/web/WebTextInputInfo.h BLINK_EXPORT bool equals(const WebTextInputInfo&) const; equals 72 public/web/WebTextInputInfo.h return a.equals(b); equals 64 public/web/WebUserMediaRequest.h BLINK_EXPORT bool equals(const WebUserMediaRequest&) const; equals 96 public/web/WebUserMediaRequest.h return a.equals(b);