HomeSort by relevance Sort by last modified time
    Searched defs:was_resolved (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/base/
host_resolver_impl_unittest.cc 896 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,
923 : id(id), was_resolved(was_resolved), info(info) {}
927 was_resolved == other.was_resolved &&
932 bool was_resolved; member in struct:net::__anon4356::CapturingObserver::FinishEntry
    [all...]
host_resolver_impl.cc 1285 bool was_resolved = net_error == OK; local
    [all...]

Completed in 159 milliseconds