#include <InspectorLayerTreeAgent.h>
|
| | InspectorLayerTreeAgent (WebAgentContext &) |
| |
| virtual | ~InspectorLayerTreeAgent () |
| |
| void | didCreateFrontendAndBackend (Inspector::FrontendRouter *, Inspector::BackendDispatcher *) override |
| |
| void | willDestroyFrontendAndBackend (Inspector::DisconnectReason) override |
| |
| void | reset () |
| |
| void | layerTreeDidChange () |
| |
| void | renderLayerDestroyed (const RenderLayer &) |
| |
| void | pseudoElementDestroyed (PseudoElement &) |
| |
| void | enable (ErrorString &) override |
| |
| void | disable (ErrorString &) override |
| |
| void | layersForNode (ErrorString &, int nodeId, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::LayerTree::Layer >> &) override |
| |
| void | reasonsForCompositingLayer (ErrorString &, const String &layerId, RefPtr< Inspector::Protocol::LayerTree::CompositingReasons > &) override |
| |
| virtual | ~InspectorAgentBase () |
| |
| String | domainName () const |
| |
| virtual void | discardValues () |
| |
| virtual void | discardAgent () |
| |
| virtual | ~InspectorAgentBase () |
| |
| String | domainName () const |
| |
| virtual void | discardValues () |
| |
| virtual void | discardAgent () |
| |
Public Member Functions inherited from Inspector::LayerTreeBackendDispatcherHandler |
| virtual void | enable (ErrorString &)=0 |
| |
| virtual void | disable (ErrorString &)=0 |
| |
| virtual void | layersForNode (ErrorString &, int in_nodeId, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::LayerTree::Layer >> &out_layers)=0 |
| |
| virtual void | reasonsForCompositingLayer (ErrorString &, const String &in_layerId, RefPtr< Inspector::Protocol::LayerTree::CompositingReasons > &out_compositingReasons)=0 |
| |
| virtual void | enable (ErrorString &)=0 |
| |
| virtual void | disable (ErrorString &)=0 |
| |
| virtual void | layersForNode (ErrorString &, int in_nodeId, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::LayerTree::Layer >> &out_layers)=0 |
| |
| virtual void | reasonsForCompositingLayer (ErrorString &, const String &in_layerId, RefPtr< Inspector::Protocol::LayerTree::CompositingReasons > &out_compositingReasons)=0 |
| |
◆ InspectorLayerTreeAgent()
| WebCore::InspectorLayerTreeAgent::InspectorLayerTreeAgent |
( |
WebAgentContext & |
context | ) |
|
|
explicit |
◆ ~InspectorLayerTreeAgent()
| WebCore::InspectorLayerTreeAgent::~InspectorLayerTreeAgent |
( |
| ) |
|
|
virtual |
◆ didCreateFrontendAndBackend()
◆ disable()
◆ enable()
◆ layersForNode()
◆ layerTreeDidChange()
| void WebCore::InspectorLayerTreeAgent::layerTreeDidChange |
( |
| ) |
|
◆ pseudoElementDestroyed()
| void WebCore::InspectorLayerTreeAgent::pseudoElementDestroyed |
( |
PseudoElement & |
pseudoElement | ) |
|
◆ reasonsForCompositingLayer()
◆ renderLayerDestroyed()
| void WebCore::InspectorLayerTreeAgent::renderLayerDestroyed |
( |
const RenderLayer & |
renderLayer | ) |
|
◆ reset()
| void WebCore::InspectorLayerTreeAgent::reset |
( |
| ) |
|
◆ willDestroyFrontendAndBackend()
The documentation for this class was generated from the following files: