Searched refs:ResourceLoadNotifier (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoadNotifier.cpp32 #include "ResourceLoadNotifier.h"
49 ResourceLoadNotifier::ResourceLoadNotifier(Frame& frame) function in class:WebCore::ResourceLoadNotifier
54 void ResourceLoadNotifier::didReceiveAuthenticationChallenge(ResourceLoader* loader, const AuthenticationChallenge& currentWebChallenge)
59 void ResourceLoadNotifier::didReceiveAuthenticationChallenge(unsigned long identifier, DocumentLoader* loader, const AuthenticationChallenge& currentWebChallenge)
64 void ResourceLoadNotifier::didCancelAuthenticationChallenge(ResourceLoader* loader, const AuthenticationChallenge& currentWebChallenge)
69 void ResourceLoadNotifier::didCancelAuthenticationChallenge(unsigned long identifier, DocumentLoader* loader, const AuthenticationChallenge& currentWebChallenge)
74 void ResourceLoadNotifier::willSendRequest(ResourceLoader* loader, ResourceRequest& clientRequest, const ResourceResponse& redirectResponse)
81 void ResourceLoadNotifier::didReceiveResponse(ResourceLoader* loader, const ResourceResponse& r)
91 void ResourceLoadNotifier
[all...]
H A DResourceLoadNotifier.h46 class ResourceLoadNotifier { class in namespace:WebCore
47 WTF_MAKE_NONCOPYABLE(ResourceLoadNotifier);
49 explicit ResourceLoadNotifier(Frame&);
H A DFrameLoader.h42 #include "ResourceLoadNotifier.h"
100 ResourceLoadNotifier& notifier() const { return m_notifier; }
386 mutable ResourceLoadNotifier m_notifier;
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.cpp5719 ResourceLoadNotifier& notifier = frame->loader().notifier();

Completed in 187 milliseconds