Home
last modified time | relevance | path

Searched refs:was_resolved (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/base/
Dhost_resolver_impl_unittest.cc896 bool was_resolved, in OnFinishResolutionWithStatus() argument
898 finish_log.push_back(FinishEntry(id, was_resolved, info)); in OnFinishResolutionWithStatus()
921 FinishEntry(int id, bool was_resolved, in FinishEntry()
923 : id(id), was_resolved(was_resolved), info(info) {} in FinishEntry()
927 was_resolved == other.was_resolved && in operator ==()
932 bool was_resolved; member
Dhost_resolver.h118 virtual void OnFinishResolutionWithStatus(int id, bool was_resolved,
Dhost_resolver_impl.cc1285 bool was_resolved = net_error == OK; in OnFinishRequest() local
1291 (*it)->OnFinishResolutionWithStatus(request_id, was_resolved, info); in OnFinishRequest()
1297 if (!was_resolved) { in OnFinishRequest()
/external/chromium/net/http/
Dhttp_network_transaction_unittest.cc5728 int id, bool was_resolved, const HostResolver::RequestInfo& info ) { in OnFinishResolutionWithStatus() argument