Searched refs:ClientAdapter (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DAssociatedURLLoader.cpp56 class AssociatedURLLoader::ClientAdapter : public DocumentThreadableLoaderClient { class in class:WebKit::AssociatedURLLoader
58 static PassOwnPtr<ClientAdapter> create(AssociatedURLLoader*, WebURLLoaderClient*, bool /*downloadToFile*/);
75 ClientAdapter(AssociatedURLLoader*, WebURLLoaderClient*, bool /*downloadToFile*/);
83 PassOwnPtr<AssociatedURLLoader::ClientAdapter> AssociatedURLLoader::ClientAdapter::create(AssociatedURLLoader* loader, WebURLLoaderClient* client, bool downloadToFile)
85 return adoptPtr(new ClientAdapter(loader, client, downloadToFile));
88 AssociatedURLLoader::ClientAdapter::ClientAdapter(AssociatedURLLoader* loader, WebURLLoaderClient* client, bool downloadToFile) function in class:WebKit::AssociatedURLLoader::ClientAdapter
98 void AssociatedURLLoader::ClientAdapter::willSendRequest(ResourceRequest& newRequest, const ResourceResponse& redirectResponse)
108 void AssociatedURLLoader::ClientAdapter
[all...]
H A DAssociatedURLLoader.h62 class ClientAdapter;
67 OwnPtr<ClientAdapter> m_clientAdapter;

Completed in 146 milliseconds