#include <InspectorFrontendDispatchers.h>
|
enum | CustomElementState {
CustomElementState::Builtin = 47,
CustomElementState::Custom = 48,
CustomElementState::Waiting = 49,
CustomElementState::Failed = 50,
CustomElementState::Builtin = 47,
CustomElementState::Custom = 48,
CustomElementState::Waiting = 49,
CustomElementState::Failed = 50
} |
|
enum | CustomElementState {
CustomElementState::Builtin = 47,
CustomElementState::Custom = 48,
CustomElementState::Waiting = 49,
CustomElementState::Failed = 50,
CustomElementState::Builtin = 47,
CustomElementState::Custom = 48,
CustomElementState::Waiting = 49,
CustomElementState::Failed = 50
} |
|
|
| DOMFrontendDispatcher (FrontendRouter &frontendRouter) |
|
void | documentUpdated () |
|
void | setChildNodes (int parentId, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::DOM::Node >> nodes) |
|
void | attributeModified (int nodeId, const String &name, const String &value) |
|
void | attributeRemoved (int nodeId, const String &name) |
|
void | inlineStyleInvalidated (RefPtr< Inspector::Protocol::Array< Inspector::Protocol::DOM::NodeId >> nodeIds) |
|
void | characterDataModified (int nodeId, const String &characterData) |
|
void | childNodeCountUpdated (int nodeId, int childNodeCount) |
|
void | childNodeInserted (int parentNodeId, int previousNodeId, RefPtr< Inspector::Protocol::DOM::Node > node) |
|
void | childNodeRemoved (int parentNodeId, int nodeId) |
|
void | shadowRootPushed (int hostId, RefPtr< Inspector::Protocol::DOM::Node > root) |
|
void | shadowRootPopped (int hostId, int rootId) |
|
void | customElementStateChanged (int nodeId, Inspector::Protocol::DOM::CustomElementState customElementState) |
|
void | pseudoElementAdded (int parentId, RefPtr< Inspector::Protocol::DOM::Node > pseudoElement) |
|
void | pseudoElementRemoved (int parentId, int pseudoElementId) |
|
| DOMFrontendDispatcher (FrontendRouter &frontendRouter) |
|
void | documentUpdated () |
|
void | setChildNodes (int parentId, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::DOM::Node >> nodes) |
|
void | attributeModified (int nodeId, const String &name, const String &value) |
|
void | attributeRemoved (int nodeId, const String &name) |
|
void | inlineStyleInvalidated (RefPtr< Inspector::Protocol::Array< Inspector::Protocol::DOM::NodeId >> nodeIds) |
|
void | characterDataModified (int nodeId, const String &characterData) |
|
void | childNodeCountUpdated (int nodeId, int childNodeCount) |
|
void | childNodeInserted (int parentNodeId, int previousNodeId, RefPtr< Inspector::Protocol::DOM::Node > node) |
|
void | childNodeRemoved (int parentNodeId, int nodeId) |
|
void | shadowRootPushed (int hostId, RefPtr< Inspector::Protocol::DOM::Node > root) |
|
void | shadowRootPopped (int hostId, int rootId) |
|
void | customElementStateChanged (int nodeId, Inspector::Protocol::DOM::CustomElementState customElementState) |
|
void | pseudoElementAdded (int parentId, RefPtr< Inspector::Protocol::DOM::Node > pseudoElement) |
|
void | pseudoElementRemoved (int parentId, int pseudoElementId) |
|
◆ CustomElementState [1/2]
Enumerator |
---|
Builtin | |
Custom | |
Waiting | |
Failed | |
Builtin | |
Custom | |
Waiting | |
Failed | |
◆ CustomElementState [2/2]
Enumerator |
---|
Builtin | |
Custom | |
Waiting | |
Failed | |
Builtin | |
Custom | |
Waiting | |
Failed | |
◆ DOMFrontendDispatcher() [1/2]
Inspector::DOMFrontendDispatcher::DOMFrontendDispatcher |
( |
FrontendRouter & |
frontendRouter | ) |
|
|
inline |
◆ DOMFrontendDispatcher() [2/2]
Inspector::DOMFrontendDispatcher::DOMFrontendDispatcher |
( |
FrontendRouter & |
frontendRouter | ) |
|
|
inline |
◆ attributeModified() [1/2]
void Inspector::DOMFrontendDispatcher::attributeModified |
( |
int |
nodeId, |
|
|
const String & |
name, |
|
|
const String & |
value |
|
) |
| |
◆ attributeModified() [2/2]
void Inspector::DOMFrontendDispatcher::attributeModified |
( |
int |
nodeId, |
|
|
const String & |
name, |
|
|
const String & |
value |
|
) |
| |
◆ attributeRemoved() [1/2]
void Inspector::DOMFrontendDispatcher::attributeRemoved |
( |
int |
nodeId, |
|
|
const String & |
name |
|
) |
| |
◆ attributeRemoved() [2/2]
void Inspector::DOMFrontendDispatcher::attributeRemoved |
( |
int |
nodeId, |
|
|
const String & |
name |
|
) |
| |
◆ characterDataModified() [1/2]
void Inspector::DOMFrontendDispatcher::characterDataModified |
( |
int |
nodeId, |
|
|
const String & |
characterData |
|
) |
| |
◆ characterDataModified() [2/2]
void Inspector::DOMFrontendDispatcher::characterDataModified |
( |
int |
nodeId, |
|
|
const String & |
characterData |
|
) |
| |
◆ childNodeCountUpdated() [1/2]
void Inspector::DOMFrontendDispatcher::childNodeCountUpdated |
( |
int |
nodeId, |
|
|
int |
childNodeCount |
|
) |
| |
◆ childNodeCountUpdated() [2/2]
void Inspector::DOMFrontendDispatcher::childNodeCountUpdated |
( |
int |
nodeId, |
|
|
int |
childNodeCount |
|
) |
| |
◆ childNodeInserted() [1/2]
◆ childNodeInserted() [2/2]
◆ childNodeRemoved() [1/2]
void Inspector::DOMFrontendDispatcher::childNodeRemoved |
( |
int |
parentNodeId, |
|
|
int |
nodeId |
|
) |
| |
◆ childNodeRemoved() [2/2]
void Inspector::DOMFrontendDispatcher::childNodeRemoved |
( |
int |
parentNodeId, |
|
|
int |
nodeId |
|
) |
| |
◆ customElementStateChanged() [1/2]
◆ customElementStateChanged() [2/2]
◆ documentUpdated() [1/2]
void Inspector::DOMFrontendDispatcher::documentUpdated |
( |
| ) |
|
◆ documentUpdated() [2/2]
void Inspector::DOMFrontendDispatcher::documentUpdated |
( |
| ) |
|
◆ inlineStyleInvalidated() [1/2]
◆ inlineStyleInvalidated() [2/2]
◆ pseudoElementAdded() [1/2]
◆ pseudoElementAdded() [2/2]
◆ pseudoElementRemoved() [1/2]
void Inspector::DOMFrontendDispatcher::pseudoElementRemoved |
( |
int |
parentId, |
|
|
int |
pseudoElementId |
|
) |
| |
◆ pseudoElementRemoved() [2/2]
void Inspector::DOMFrontendDispatcher::pseudoElementRemoved |
( |
int |
parentId, |
|
|
int |
pseudoElementId |
|
) |
| |
◆ setChildNodes() [1/2]
◆ setChildNodes() [2/2]
◆ shadowRootPopped() [1/2]
void Inspector::DOMFrontendDispatcher::shadowRootPopped |
( |
int |
hostId, |
|
|
int |
rootId |
|
) |
| |
◆ shadowRootPopped() [2/2]
void Inspector::DOMFrontendDispatcher::shadowRootPopped |
( |
int |
hostId, |
|
|
int |
rootId |
|
) |
| |
◆ shadowRootPushed() [1/2]
◆ shadowRootPushed() [2/2]
The documentation for this class was generated from the following files: