Searched defs:was_resolved (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/base/
H A Dhost_resolver_impl_unittest.cc896 bool was_resolved,
898 finish_log.push_back(FinishEntry(id, was_resolved, info));
919 // Tuple (id, was_resolved, info).
921 FinishEntry(int id, bool was_resolved, argument
923 : id(id), was_resolved(was_resolved), info(info) {}
927 was_resolved == other.was_resolved &&
932 bool was_resolved; member in struct:net::__anon2078::CapturingObserver::FinishEntry
894 OnFinishResolutionWithStatus( int id, bool was_resolved, const HostResolver::RequestInfo& info) argument
H A Dhost_resolver_impl.cc1285 bool was_resolved = net_error == OK; local
1291 (*it)->OnFinishResolutionWithStatus(request_id, was_resolved, info);
1297 if (!was_resolved) {
/external/chromium/net/http/
H A Dhttp_network_transaction_unittest.cc5728 int id, bool was_resolved, const HostResolver::RequestInfo& info ) {
5727 OnFinishResolutionWithStatus( int id, bool was_resolved, const HostResolver::RequestInfo& info ) argument

Completed in 934 milliseconds