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

/external/chromium_org/content/public/child/
H A Drequest_peer.h71 virtual void OnReceivedCachedMetadata(const char* data, int len) {} function in class:content::RequestPeer
/external/chromium_org/content/child/
H A Dresource_dispatcher.h157 void OnReceivedCachedMetadata(int request_id, const std::vector<char>& data);
H A Dresource_dispatcher.cc379 void ResourceDispatcher::OnReceivedCachedMetadata( function in class:content::ResourceDispatcher
386 request_info->peer->OnReceivedCachedMetadata(&data.front(), data.size());
710 OnReceivedCachedMetadata)
H A Dweb_url_loader_impl.cc235 virtual void OnReceivedCachedMetadata(const char* data, int len) OVERRIDE;
618 void WebURLLoaderImpl::Context::OnReceivedCachedMetadata( function in class:content::WebURLLoaderImpl::Context

Completed in 2763 milliseconds