Searched refs:MutationType (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | PropertySetCSSStyleDeclaration.h | 73 enum MutationType { NoChanges, PropertyChanged }; enum 75 virtual void didMutate(MutationType) { } in didMutate() argument 126 virtual void didMutate(MutationType) OVERRIDE; 153 virtual void didMutate(MutationType) OVERRIDE;
|
D | PropertySetCSSStyleDeclaration.cpp | 352 void StyleRuleCSSStyleDeclaration::didMutate(MutationType type) in didMutate() 389 void InlineCSSStyleDeclaration::didMutate(MutationType type) in didMutate()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | MutationObserverRegistration.h | 55 …bool shouldReceiveMutationFrom(Node&, MutationObserver::MutationType, const QualifiedName* attribu…
|
D | MutationObserver.h | 63 enum MutationType { enum
|
D | MutationObserverInterestGroup.h | 77 …ObserverInterestGroup> createIfNeeded(Node& target, MutationObserver::MutationType, MutationRecord…
|
D | MutationObserverInterestGroup.cpp | 39 …ObserverInterestGroup::createIfNeeded(Node& target, MutationObserver::MutationType type, MutationR… in createIfNeeded()
|
D | MutationObserverRegistration.cpp | 116 …Registration::shouldReceiveMutationFrom(Node& node, MutationObserver::MutationType type, const Qua… in shouldReceiveMutationFrom()
|
D | Node.h | 657 …MutationObserver>, MutationRecordDeliveryOptions>&, MutationObserver::MutationType, const Qualifie…
|
D | Node.cpp | 2084 …ions>& observers, Registry* registry, Node& target, MutationObserver::MutationType type, const Qua… in collectMatchingObserversForMutation() 2099 …server>, MutationRecordDeliveryOptions>& observers, MutationObserver::MutationType type, const Qua… in getRegisteredMutationObserversOfType()
|
D | Document.h | 711 bool hasMutationObserversOfType(MutationObserver::MutationType type) const in hasMutationObserversOfType()
|