Home
last modified time | relevance | path

Searched refs:InformDelegateFetchIsComplete (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/url_request/
Durl_fetcher_core.cc596 base::Bind(&URLFetcherCore::InformDelegateFetchIsComplete, this)); in DidInitializeWriter()
668 InformDelegateFetchIsComplete(); in OnCompletedURLRequest()
672 void URLFetcherCore::InformDelegateFetchIsComplete() { in InformDelegateFetchIsComplete() function in net::URLFetcherCore
699 base::Bind(&URLFetcherCore::InformDelegateFetchIsComplete, this)); in DidFinishWriting()
825 base::Bind(&URLFetcherCore::InformDelegateFetchIsComplete, this)); in DidWriteBuffer()
Durl_fetcher_core.h174 void InformDelegateFetchIsComplete();