HomeSort by relevance Sort by last modified time
    Searched refs:was_nonexistent (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/net/
url_info.h 111 bool was_nonexistent() const { return NO_SUCH_NAME == state_; } function in class:chrome_browser_net::UrlInfo
url_info_unittest.cc 109 EXPECT_FALSE(info.was_nonexistent());
predictor.cc 437 if (it->second.was_nonexistent()) {
  /external/chromium_org/chrome/browser/net/
url_info.h 108 bool was_nonexistent() const { return NO_SUCH_NAME == state_; } function in class:chrome_browser_net::UrlInfo
url_info_unittest.cc 110 EXPECT_FALSE(info.was_nonexistent());
predictor.cc 702 if (it->second.was_nonexistent()) {
    [all...]

Completed in 407 milliseconds