webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <MutationObserverInterestGroup.h>
Public Member Functions | |
MutationObserverInterestGroup (HashMap< MutationObserver *, MutationRecordDeliveryOptions > &&, MutationRecordDeliveryOptions) | |
bool | isOldValueRequested () const |
void | enqueueMutationRecord (Ref< MutationRecord > &&) |
Static Public Member Functions | |
static std::unique_ptr< MutationObserverInterestGroup > | createForChildListMutation (Node &target) |
static std::unique_ptr< MutationObserverInterestGroup > | createForCharacterDataMutation (Node &target) |
static std::unique_ptr< MutationObserverInterestGroup > | createForAttributesMutation (Node &target, const QualifiedName &attributeName) |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
void WebCore::MutationObserverInterestGroup::enqueueMutationRecord | ( | Ref< MutationRecord > && | mutation | ) |
bool WebCore::MutationObserverInterestGroup::isOldValueRequested | ( | ) | const |