Home
last modified time | relevance | path

Searched refs:MutationType (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DPropertySetCSSStyleDeclaration.h73 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;
DPropertySetCSSStyleDeclaration.cpp352 void StyleRuleCSSStyleDeclaration::didMutate(MutationType type) in didMutate()
389 void InlineCSSStyleDeclaration::didMutate(MutationType type) in didMutate()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DMutationObserverRegistration.h55 …bool shouldReceiveMutationFrom(Node&, MutationObserver::MutationType, const QualifiedName* attribu…
DMutationObserver.h63 enum MutationType { enum
DMutationObserverInterestGroup.h77 …ObserverInterestGroup> createIfNeeded(Node& target, MutationObserver::MutationType, MutationRecord…
DMutationObserverInterestGroup.cpp39 …ObserverInterestGroup::createIfNeeded(Node& target, MutationObserver::MutationType type, MutationR… in createIfNeeded()
DMutationObserverRegistration.cpp116 …Registration::shouldReceiveMutationFrom(Node& node, MutationObserver::MutationType type, const Qua… in shouldReceiveMutationFrom()
DNode.h657 …MutationObserver>, MutationRecordDeliveryOptions>&, MutationObserver::MutationType, const Qualifie…
DNode.cpp2084 …ions>& observers, Registry* registry, Node& target, MutationObserver::MutationType type, const Qua… in collectMatchingObserversForMutation()
2099 …server>, MutationRecordDeliveryOptions>& observers, MutationObserver::MutationType type, const Qua… in getRegisteredMutationObserversOfType()
DDocument.h711 bool hasMutationObserversOfType(MutationObserver::MutationType type) const in hasMutationObserversOfType()