Home
last modified time | relevance | path

Searched refs:HasValidValues (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/ftp/
Dftp_directory_listing_parser_windows.cc55 if (!time_exploded.HasValidValues()) in WindowsDateListingToTime()
/external/chromium/base/
Dtime.cc122 bool Time::Exploded::HasValidValues() const { in HasValidValues() function in base::Time::Exploded
Dtime.h222 bool HasValidValues() const;
/external/chromium/net/base/
Dx509_cert_types.cc117 valid &= exploded.HasValidValues(); in ParseCertificateDate()