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

/external/chromium/net/base/
H A Dhost_cache_unittest.cc96 cache.Set(Key("foobar.com"), ERR_NAME_NOT_RESOLVED, AddressList(), now);
106 cache.Set(Key("foobar.com"), ERR_NAME_NOT_RESOLVED, AddressList(), now);
126 cache.Set(Key("foobar.com"), ERR_NAME_NOT_RESOLVED, AddressList(), now);
136 cache.Set(Key("foobar2.com"), ERR_NAME_NOT_RESOLVED, AddressList(), now);
155 cache.Set(Key("foobar.com"), ERR_NAME_NOT_RESOLVED, AddressList(), now);
198 cache.Set(Key(hostname), ERR_NAME_NOT_RESOLVED, AddressList(), now); local

Completed in 173 milliseconds