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

  /external/chromium/chrome/browser/
intranet_redirect_detector.h 59 static const size_t kNumCharsInHostnames;
intranet_redirect_detector.cc 22 const size_t IntranetRedirectDetector::kNumCharsInHostnames = 10;
80 for (size_t j = 0; j < kNumCharsInHostnames; ++j)
177 return ((host.length() == IntranetRedirectDetector::kNumCharsInHostnames) &&

Completed in 26 milliseconds