#include <InspectorBackendDispatchers.h>
|
virtual void | setDOMBreakpoint (ErrorString &, int in_nodeId, const String &in_type)=0 |
|
virtual void | removeDOMBreakpoint (ErrorString &, int in_nodeId, const String &in_type)=0 |
|
virtual void | setEventListenerBreakpoint (ErrorString &, const String &in_eventName)=0 |
|
virtual void | removeEventListenerBreakpoint (ErrorString &, const String &in_eventName)=0 |
|
virtual void | setInstrumentationBreakpoint (ErrorString &, const String &in_eventName)=0 |
|
virtual void | removeInstrumentationBreakpoint (ErrorString &, const String &in_eventName)=0 |
|
virtual void | setXHRBreakpoint (ErrorString &, const String &in_url)=0 |
|
virtual void | removeXHRBreakpoint (ErrorString &, const String &in_url)=0 |
|
virtual void | setDOMBreakpoint (ErrorString &, int in_nodeId, const String &in_type)=0 |
|
virtual void | removeDOMBreakpoint (ErrorString &, int in_nodeId, const String &in_type)=0 |
|
virtual void | setEventListenerBreakpoint (ErrorString &, const String &in_eventName)=0 |
|
virtual void | removeEventListenerBreakpoint (ErrorString &, const String &in_eventName)=0 |
|
virtual void | setInstrumentationBreakpoint (ErrorString &, const String &in_eventName)=0 |
|
virtual void | removeInstrumentationBreakpoint (ErrorString &, const String &in_eventName)=0 |
|
virtual void | setXHRBreakpoint (ErrorString &, const String &in_url)=0 |
|
virtual void | removeXHRBreakpoint (ErrorString &, const String &in_url)=0 |
|
◆ ~DOMDebuggerBackendDispatcherHandler() [1/2]
Inspector::DOMDebuggerBackendDispatcherHandler::~DOMDebuggerBackendDispatcherHandler |
( |
| ) |
|
|
protectedvirtual |
◆ ~DOMDebuggerBackendDispatcherHandler() [2/2]
virtual Inspector::DOMDebuggerBackendDispatcherHandler::~DOMDebuggerBackendDispatcherHandler |
( |
| ) |
|
|
protectedvirtual |
◆ removeDOMBreakpoint() [1/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::removeDOMBreakpoint |
( |
ErrorString & |
, |
|
|
int |
in_nodeId, |
|
|
const String & |
in_type |
|
) |
| |
|
pure virtual |
◆ removeDOMBreakpoint() [2/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::removeDOMBreakpoint |
( |
ErrorString & |
, |
|
|
int |
in_nodeId, |
|
|
const String & |
in_type |
|
) |
| |
|
pure virtual |
◆ removeEventListenerBreakpoint() [1/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::removeEventListenerBreakpoint |
( |
ErrorString & |
, |
|
|
const String & |
in_eventName |
|
) |
| |
|
pure virtual |
◆ removeEventListenerBreakpoint() [2/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::removeEventListenerBreakpoint |
( |
ErrorString & |
, |
|
|
const String & |
in_eventName |
|
) |
| |
|
pure virtual |
◆ removeInstrumentationBreakpoint() [1/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::removeInstrumentationBreakpoint |
( |
ErrorString & |
, |
|
|
const String & |
in_eventName |
|
) |
| |
|
pure virtual |
◆ removeInstrumentationBreakpoint() [2/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::removeInstrumentationBreakpoint |
( |
ErrorString & |
, |
|
|
const String & |
in_eventName |
|
) |
| |
|
pure virtual |
◆ removeXHRBreakpoint() [1/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::removeXHRBreakpoint |
( |
ErrorString & |
, |
|
|
const String & |
in_url |
|
) |
| |
|
pure virtual |
◆ removeXHRBreakpoint() [2/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::removeXHRBreakpoint |
( |
ErrorString & |
, |
|
|
const String & |
in_url |
|
) |
| |
|
pure virtual |
◆ setDOMBreakpoint() [1/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::setDOMBreakpoint |
( |
ErrorString & |
, |
|
|
int |
in_nodeId, |
|
|
const String & |
in_type |
|
) |
| |
|
pure virtual |
◆ setDOMBreakpoint() [2/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::setDOMBreakpoint |
( |
ErrorString & |
, |
|
|
int |
in_nodeId, |
|
|
const String & |
in_type |
|
) |
| |
|
pure virtual |
◆ setEventListenerBreakpoint() [1/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::setEventListenerBreakpoint |
( |
ErrorString & |
, |
|
|
const String & |
in_eventName |
|
) |
| |
|
pure virtual |
◆ setEventListenerBreakpoint() [2/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::setEventListenerBreakpoint |
( |
ErrorString & |
, |
|
|
const String & |
in_eventName |
|
) |
| |
|
pure virtual |
◆ setInstrumentationBreakpoint() [1/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::setInstrumentationBreakpoint |
( |
ErrorString & |
, |
|
|
const String & |
in_eventName |
|
) |
| |
|
pure virtual |
◆ setInstrumentationBreakpoint() [2/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::setInstrumentationBreakpoint |
( |
ErrorString & |
, |
|
|
const String & |
in_eventName |
|
) |
| |
|
pure virtual |
◆ setXHRBreakpoint() [1/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::setXHRBreakpoint |
( |
ErrorString & |
, |
|
|
const String & |
in_url |
|
) |
| |
|
pure virtual |
◆ setXHRBreakpoint() [2/2]
virtual void Inspector::DOMDebuggerBackendDispatcherHandler::setXHRBreakpoint |
( |
ErrorString & |
, |
|
|
const String & |
in_url |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following files: