|
| | WebConsoleAgent (Inspector::AgentContext &, Inspector::InspectorHeapAgent *) |
| |
| virtual | ~WebConsoleAgent () |
| |
| void | setMonitoringXHREnabled (ErrorString &, bool enabled) final |
| |
| void | frameWindowDiscarded (DOMWindow *) |
| |
| void | didFinishXHRLoading (unsigned long requestIdentifier, const String &url, const String &sendURL, unsigned sendLineNumber, unsigned sendColumnNumber) |
| |
| void | didReceiveResponse (unsigned long requestIdentifier, const ResourceResponse &) |
| |
| void | didFailLoading (unsigned long requestIdentifier, const ResourceError &) |
| |
| | InspectorConsoleAgent (AgentContext &, InspectorHeapAgent *) |
| |
| virtual | ~InspectorConsoleAgent () |
| |
| void | didCreateFrontendAndBackend (FrontendRouter *, BackendDispatcher *) override |
| |
| void | willDestroyFrontendAndBackend (DisconnectReason) override |
| |
| void | discardValues () override |
| |
| void | enable (ErrorString &) override |
| |
| void | disable (ErrorString &) override |
| |
| void | clearMessages (ErrorString &) override |
| |
| void | setMonitoringXHREnabled (ErrorString &, bool enabled) override=0 |
| |
| void | addInspectedNode (ErrorString &, int nodeId) override=0 |
| |
| bool | enabled () const |
| |
| void | reset () |
| |
| void | addMessageToConsole (std::unique_ptr< ConsoleMessage >) |
| |
| void | startTiming (const String &title) |
| |
| void | stopTiming (const String &title, Ref< ScriptCallStack > &&) |
| |
| void | takeHeapSnapshot (const String &title) |
| |
| void | count (JSC::ExecState *, Ref< ScriptArguments > &&) |
| |
| | InspectorConsoleAgent (AgentContext &, InspectorHeapAgent *) |
| |
| virtual | ~InspectorConsoleAgent () |
| |
| void | didCreateFrontendAndBackend (FrontendRouter *, BackendDispatcher *) override |
| |
| void | willDestroyFrontendAndBackend (DisconnectReason) override |
| |
| void | discardValues () override |
| |
| void | enable (ErrorString &) override |
| |
| void | disable (ErrorString &) override |
| |
| void | clearMessages (ErrorString &) override |
| |
| void | setMonitoringXHREnabled (ErrorString &, bool enabled) override=0 |
| |
| void | addInspectedNode (ErrorString &, int nodeId) override=0 |
| |
| bool | enabled () const |
| |
| void | reset () |
| |
| void | addMessageToConsole (std::unique_ptr< ConsoleMessage >) |
| |
| void | startTiming (const String &title) |
| |
| void | stopTiming (const String &title, Ref< ScriptCallStack > &&) |
| |
| void | takeHeapSnapshot (const String &title) |
| |
| void | count (JSC::ExecState *, Ref< ScriptArguments > &&) |
| |
| virtual | ~InspectorAgentBase () |
| |
| String | domainName () const |
| |
| virtual void | discardAgent () |
| |
| virtual | ~InspectorAgentBase () |
| |
| String | domainName () const |
| |
| virtual void | discardAgent () |
| |