MutationObserverInterestGroup 63 Source/core/css/PropertySetCSSStyleDeclaration.cpp m_mutationRecipients = MutationObserverInterestGroup::createForAttributesMutation(*s_currentDecl->parentElement(), HTMLNames::styleAttr); MutationObserverInterestGroup 117 Source/core/css/PropertySetCSSStyleDeclaration.cpp OwnPtr<MutationObserverInterestGroup> m_mutationRecipients; MutationObserverInterestGroup 189 Source/core/dom/CharacterData.cpp if (OwnPtr<MutationObserverInterestGroup> mutationRecipients = MutationObserverInterestGroup::createForCharacterDataMutation(*this)) MutationObserverInterestGroup 49 Source/core/dom/ChildListMutationScope.cpp ChildListMutationAccumulator::ChildListMutationAccumulator(PassRefPtr<Node> target, PassOwnPtr<MutationObserverInterestGroup> observers) MutationObserverInterestGroup 70 Source/core/dom/ChildListMutationScope.cpp accumulator = adoptRef(new ChildListMutationAccumulator(PassRefPtr<Node>(target), MutationObserverInterestGroup::createForChildListMutation(target))); MutationObserverInterestGroup 43 Source/core/dom/ChildListMutationScope.h class MutationObserverInterestGroup; MutationObserverInterestGroup 57 Source/core/dom/ChildListMutationScope.h ChildListMutationAccumulator(PassRefPtr<Node>, PassOwnPtr<MutationObserverInterestGroup>); MutationObserverInterestGroup 72 Source/core/dom/ChildListMutationScope.h OwnPtr<MutationObserverInterestGroup> m_observers; MutationObserverInterestGroup 2871 Source/core/dom/Element.cpp if (OwnPtr<MutationObserverInterestGroup> recipients = MutationObserverInterestGroup::createForAttributesMutation(*this, name)) MutationObserverInterestGroup 39 Source/core/dom/MutationObserverInterestGroup.cpp PassOwnPtr<MutationObserverInterestGroup> MutationObserverInterestGroup::createIfNeeded(Node& target, MutationObserver::MutationType type, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName* attributeName) MutationObserverInterestGroup 47 Source/core/dom/MutationObserverInterestGroup.cpp return adoptPtr(new MutationObserverInterestGroup(observers, oldValueFlag)); MutationObserverInterestGroup 50 Source/core/dom/MutationObserverInterestGroup.cpp MutationObserverInterestGroup::MutationObserverInterestGroup(HashMap<MutationObserver*, MutationRecordDeliveryOptions>& observers, MutationRecordDeliveryOptions oldValueFlag) MutationObserverInterestGroup 57 Source/core/dom/MutationObserverInterestGroup.cpp bool MutationObserverInterestGroup::isOldValueRequested() MutationObserverInterestGroup 66 Source/core/dom/MutationObserverInterestGroup.cpp void MutationObserverInterestGroup::enqueueMutationRecord(PassRefPtr<MutationRecord> prpMutation) MutationObserverInterestGroup 43 Source/core/dom/MutationObserverInterestGroup.h class MutationObserverInterestGroup { MutationObserverInterestGroup 45 Source/core/dom/MutationObserverInterestGroup.h static PassOwnPtr<MutationObserverInterestGroup> createForChildListMutation(Node& target) MutationObserverInterestGroup 54 Source/core/dom/MutationObserverInterestGroup.h static PassOwnPtr<MutationObserverInterestGroup> createForCharacterDataMutation(Node& target) MutationObserverInterestGroup 62 Source/core/dom/MutationObserverInterestGroup.h static PassOwnPtr<MutationObserverInterestGroup> createForAttributesMutation(Node& target, const QualifiedName& attributeName) MutationObserverInterestGroup 74 Source/core/dom/MutationObserverInterestGroup.h static PassOwnPtr<MutationObserverInterestGroup> createIfNeeded(Node& target, MutationObserver::MutationType, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName* attributeName = 0); MutationObserverInterestGroup 75 Source/core/dom/MutationObserverInterestGroup.h MutationObserverInterestGroup(HashMap<MutationObserver*, MutationRecordDeliveryOptions>& observers, MutationRecordDeliveryOptions oldValueFlag);