#include <MutationObserver.h>
|
| enum | MutationType {
ChildList = 1 << 0,
Attributes = 1 << 1,
CharacterData = 1 << 2,
AllMutationTypes = ChildList | Attributes | CharacterData,
ChildList = 1 << 0,
Attributes = 1 << 1,
CharacterData = 1 << 2,
AllMutationTypes = ChildList | Attributes | CharacterData
} |
| |
| enum | ObservationFlags { Subtree = 1 << 3,
AttributeFilter = 1 << 4,
Subtree = 1 << 3,
AttributeFilter = 1 << 4
} |
| |
| enum | DeliveryFlags { AttributeOldValue = 1 << 5,
CharacterDataOldValue = 1 << 6,
AttributeOldValue = 1 << 5,
CharacterDataOldValue = 1 << 6
} |
| |
| enum | MutationType {
ChildList = 1 << 0,
Attributes = 1 << 1,
CharacterData = 1 << 2,
AllMutationTypes = ChildList | Attributes | CharacterData,
ChildList = 1 << 0,
Attributes = 1 << 1,
CharacterData = 1 << 2,
AllMutationTypes = ChildList | Attributes | CharacterData
} |
| |
| enum | ObservationFlags { Subtree = 1 << 3,
AttributeFilter = 1 << 4,
Subtree = 1 << 3,
AttributeFilter = 1 << 4
} |
| |
| enum | DeliveryFlags { AttributeOldValue = 1 << 5,
CharacterDataOldValue = 1 << 6,
AttributeOldValue = 1 << 5,
CharacterDataOldValue = 1 << 6
} |
| |
◆ DeliveryFlags [1/2]
| Enumerator |
|---|
| AttributeOldValue | |
| CharacterDataOldValue | |
| AttributeOldValue | |
| CharacterDataOldValue | |
◆ DeliveryFlags [2/2]
| Enumerator |
|---|
| AttributeOldValue | |
| CharacterDataOldValue | |
| AttributeOldValue | |
| CharacterDataOldValue | |
◆ MutationType [1/2]
| Enumerator |
|---|
| ChildList | |
| Attributes | |
| CharacterData | |
| AllMutationTypes | |
| ChildList | |
| Attributes | |
| CharacterData | |
| AllMutationTypes | |
◆ MutationType [2/2]
| Enumerator |
|---|
| ChildList | |
| Attributes | |
| CharacterData | |
| AllMutationTypes | |
| ChildList | |
| Attributes | |
| CharacterData | |
| AllMutationTypes | |
◆ ObservationFlags [1/2]
| Enumerator |
|---|
| Subtree | |
| AttributeFilter | |
| Subtree | |
| AttributeFilter | |
◆ ObservationFlags [2/2]
| Enumerator |
|---|
| Subtree | |
| AttributeFilter | |
| Subtree | |
| AttributeFilter | |
◆ ~MutationObserver() [1/2]
| MutationObserver::~MutationObserver |
( |
| ) |
|
◆ ~MutationObserver() [2/2]
| WebCore::MutationObserver::~MutationObserver |
( |
| ) |
|
◆ canDeliver() [1/2]
| bool MutationObserver::canDeliver |
( |
| ) |
|
◆ canDeliver() [2/2]
| bool WebCore::MutationObserver::canDeliver |
( |
| ) |
|
◆ create() [1/2]
◆ create() [2/2]
◆ disconnect() [1/2]
| void MutationObserver::disconnect |
( |
| ) |
|
◆ disconnect() [2/2]
| void WebCore::MutationObserver::disconnect |
( |
| ) |
|
◆ enqueueMutationRecord() [1/2]
◆ enqueueMutationRecord() [2/2]
◆ enqueueSlotChangeEvent() [1/2]
◆ enqueueSlotChangeEvent() [2/2]
◆ observationEnded() [1/2]
◆ observationEnded() [2/2]
◆ observationStarted() [1/2]
◆ observationStarted() [2/2]
◆ observe() [1/2]
◆ observe() [2/2]
◆ observedNodes() [1/2]
| HashSet<Node*> WebCore::MutationObserver::observedNodes |
( |
| ) |
const |
◆ observedNodes() [2/2]
| HashSet< Node * > MutationObserver::observedNodes |
( |
| ) |
const |
◆ setHasTransientRegistration() [1/2]
| void WebCore::MutationObserver::setHasTransientRegistration |
( |
| ) |
|
◆ setHasTransientRegistration() [2/2]
| void MutationObserver::setHasTransientRegistration |
( |
| ) |
|
◆ takeRecords() [1/2]
◆ takeRecords() [2/2]
◆ MutationObserverMicrotask
The documentation for this class was generated from the following files: