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

/external/chromium_org/components/signin/core/browser/
H A Dabout_signin_internals.cc156 const std::string time_pref = SigninStatusFieldToString(field) + ".time"; local
158 client_->GetPrefs()->SetString(time_pref.c_str(), time_as_str);
189 const std::string time_pref = local
194 pref_service->GetString(time_pref.c_str()));

Completed in 569 milliseconds