|
| | InspectorNetworkAgent (WebAgentContext &, InspectorPageAgent *) |
| |
| virtual | ~InspectorNetworkAgent () |
| |
| void | didCreateFrontendAndBackend (Inspector::FrontendRouter *, Inspector::BackendDispatcher *) override |
| |
| void | willDestroyFrontendAndBackend (Inspector::DisconnectReason) override |
| |
| void | willRecalculateStyle () |
| |
| void | didRecalculateStyle () |
| |
| void | willSendRequest (unsigned long identifier, DocumentLoader &, ResourceRequest &, const ResourceResponse &redirectResponse) |
| |
| void | markResourceAsCached (unsigned long identifier) |
| |
| void | didReceiveResponse (unsigned long identifier, DocumentLoader &, const ResourceResponse &, ResourceLoader *) |
| |
| void | didReceiveData (unsigned long identifier, const char *data, int dataLength, int encodedDataLength) |
| |
| void | didFinishLoading (unsigned long identifier, DocumentLoader &) |
| |
| void | didFailLoading (unsigned long identifier, DocumentLoader &, const ResourceError &) |
| |
| void | didLoadResourceFromMemoryCache (DocumentLoader &, CachedResource &) |
| |
| void | didReceiveThreadableLoaderResponse (unsigned long identifier, DocumentThreadableLoader &) |
| |
| void | didFinishXHRLoading (unsigned long identifier, const String &decodedText) |
| |
| void | willLoadXHRSynchronously () |
| |
| void | didLoadXHRSynchronously () |
| |
| void | didReceiveScriptResponse (unsigned long identifier) |
| |
| void | willDestroyCachedResource (CachedResource &) |
| |
| void | mainFrameNavigated (DocumentLoader &) |
| |
| void | setInitialScriptContent (unsigned long identifier, const String &sourceString) |
| |
| void | didScheduleStyleRecalculation (Document &) |
| |
| void | searchOtherRequests (const JSC::Yarr::RegularExpression &, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Page::SearchResult >> &) |
| |
| void | searchInRequest (ErrorString &, const String &requestId, const String &query, bool caseSensitive, bool isRegex, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::GenericTypes::SearchMatch >> &) |
| |
| RefPtr< Inspector::Protocol::Network::Initiator > | buildInitiatorObject (Document *) |
| |
| void | enable (ErrorString &) override |
| |
| void | disable (ErrorString &) override |
| |
| void | setExtraHTTPHeaders (ErrorString &, const Inspector::InspectorObject &headers) override |
| |
| void | getResponseBody (ErrorString &, const String &requestId, String *content, bool *base64Encoded) override |
| |
| void | setCacheDisabled (ErrorString &, bool cacheDisabled) override |
| |
| void | loadResource (ErrorString &, const String &frameId, const String &url, Ref< LoadResourceCallback > &&) 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::NetworkBackendDispatcherHandler |
| virtual void | enable (ErrorString &)=0 |
| |
| virtual void | disable (ErrorString &)=0 |
| |
| virtual void | setExtraHTTPHeaders (ErrorString &, const Inspector::InspectorObject &in_headers)=0 |
| |
| virtual void | getResponseBody (ErrorString &, const String &in_requestId, String *out_body, bool *out_base64Encoded)=0 |
| |
| virtual void | setCacheDisabled (ErrorString &, bool in_cacheDisabled)=0 |
| |
| virtual void | loadResource (ErrorString &, const String &in_frameId, const String &in_url, Ref< LoadResourceCallback > &&callback)=0 |
| |
| virtual void | enable (ErrorString &)=0 |
| |
| virtual void | disable (ErrorString &)=0 |
| |
| virtual void | setExtraHTTPHeaders (ErrorString &, const Inspector::InspectorObject &in_headers)=0 |
| |
| virtual void | getResponseBody (ErrorString &, const String &in_requestId, String *out_body, bool *out_base64Encoded)=0 |
| |
| virtual void | setCacheDisabled (ErrorString &, bool in_cacheDisabled)=0 |
| |
| virtual void | loadResource (ErrorString &, const String &in_frameId, const String &in_url, Ref< LoadResourceCallback > &&callback)=0 |
| |