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

/external/chromium_org/chrome/browser/chromeos/login/
H A Dprofile_auth_data.cc86 // in |saml_start_time_| and |saml_end_time_|. If the cookie was set between
114 base::Time saml_end_time_; member in class:chromeos::__anon3301::ProfileAuthDataTransferer
239 saml_end_time_ = it->CreationDate();
272 if (!saml_end_time_.is_null() && creation_date > saml_end_time_)

Completed in 87 milliseconds