PingLoader 282 Source/core/fetch/ResourceFetcher.cpp PingLoader::loadImage(f, requestURL); PingLoader 657 Source/core/frame/csp/ContentSecurityPolicy.cpp PingLoader::sendViolationReport(frame, reportURIs[i], report, PingLoader::ContentSecurityPolicyViolationReport); PingLoader 408 Source/core/html/HTMLAnchorElement.cpp PingLoader::sendPing(document().frame(), document().completeURL(pingURLs[i]), destinationURL); PingLoader 115 Source/core/html/parser/XSSAuditorDelegate.cpp PingLoader::sendViolationReport(m_document->frame(), m_reportURL, generateViolationReport(xssInfo), PingLoader::XSSAuditorViolationReport); PingLoader 58 Source/core/loader/PingLoader.cpp void PingLoader::loadImage(LocalFrame* frame, const KURL& url) PingLoader 72 Source/core/loader/PingLoader.cpp PingLoader::start(frame, request, initiatorInfo); PingLoader 76 Source/core/loader/PingLoader.cpp void PingLoader::sendPing(LocalFrame* frame, const KURL& pingURL, const KURL& destinationURL) PingLoader 101 Source/core/loader/PingLoader.cpp PingLoader::start(frame, request, initiatorInfo); PingLoader 104 Source/core/loader/PingLoader.cpp void PingLoader::sendViolationReport(LocalFrame* frame, const KURL& reportURL, PassRefPtr<FormData> report, ViolationReportType type) PingLoader 115 Source/core/loader/PingLoader.cpp PingLoader::start(frame, request, initiatorInfo, SecurityOrigin::create(reportURL)->isSameSchemeHostPort(frame->document()->securityOrigin()) ? AllowStoredCredentials : DoNotAllowStoredCredentials); PingLoader 118 Source/core/loader/PingLoader.cpp void PingLoader::start(LocalFrame* frame, ResourceRequest& request, const FetchInitiatorInfo& initiatorInfo, StoredCredentials credentialsAllowed) PingLoader 120 Source/core/loader/PingLoader.cpp OwnPtr<PingLoader> pingLoader = adoptPtr(new PingLoader(frame, request, initiatorInfo, credentialsAllowed)); PingLoader 123 Source/core/loader/PingLoader.cpp PingLoader* ALLOW_UNUSED leakedPingLoader = pingLoader.leakPtr(); PingLoader 126 Source/core/loader/PingLoader.cpp PingLoader::PingLoader(LocalFrame* frame, ResourceRequest& request, const FetchInitiatorInfo& initiatorInfo, StoredCredentials credentialsAllowed) PingLoader 128 Source/core/loader/PingLoader.cpp , m_timeout(this, &PingLoader::timeout) PingLoader 147 Source/core/loader/PingLoader.cpp PingLoader::~PingLoader() PingLoader 153 Source/core/loader/PingLoader.cpp void PingLoader::didReceiveResponse(blink::WebURLLoader*, const blink::WebURLResponse&) PingLoader 160 Source/core/loader/PingLoader.cpp void PingLoader::didReceiveData(blink::WebURLLoader*, const char* data, int dataLength, int encodedDataLength) PingLoader 167 Source/core/loader/PingLoader.cpp void PingLoader::didFinishLoading(blink::WebURLLoader*, double, int64_t) PingLoader 174 Source/core/loader/PingLoader.cpp void PingLoader::didFail(blink::WebURLLoader*, const blink::WebURLError& resourceError) PingLoader 181 Source/core/loader/PingLoader.cpp void PingLoader::timeout(Timer<PingLoader>*) PingLoader 57 Source/core/loader/PingLoader.h class PingLoader FINAL : public PageLifecycleObserver, private blink::WebURLLoaderClient { PingLoader 58 Source/core/loader/PingLoader.h WTF_MAKE_NONCOPYABLE(PingLoader); WTF_MAKE_FAST_ALLOCATED; PingLoader 69 Source/core/loader/PingLoader.h virtual ~PingLoader(); PingLoader 72 Source/core/loader/PingLoader.h PingLoader(LocalFrame*, ResourceRequest&, const FetchInitiatorInfo&, StoredCredentials); PingLoader 81 Source/core/loader/PingLoader.h void timeout(Timer<PingLoader>*); PingLoader 84 Source/core/loader/PingLoader.h Timer<PingLoader> m_timeout;