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

  /external/chromium_org/chrome/browser/signin/
about_signin_internals.cc 111 const std::string pref = TokenPrefPath(kTokenPrefsArray[i]);
141 const std::string value_pref = TokenPrefPath(token_name) + ".value";
142 const std::string time_pref = TokenPrefPath(token_name) + ".time";
144 TokenPrefPath(token_name) + ".time_internal";
145 const std::string status_pref = TokenPrefPath(token_name) + ".status";
182 const std::string value_pref = TokenPrefPath(token_name) + ".value";
183 const std::string time_pref = TokenPrefPath(token_name) + ".time";
185 TokenPrefPath(token_name) + ".time_internal";
186 const std::string status_pref = TokenPrefPath(token_name) + ".status";
203 const std::string value_pref = TokenPrefPath(token_name) + ".value"
    [all...]
signin_internals_util.h 89 std::string TokenPrefPath(const std::string& service_name);
about_signin_internals_factory.cc 67 const std::string pref = TokenPrefPath(kTokenPrefsArray[i]);
signin_internals_util.cc 131 std::string TokenPrefPath(const std::string& token_name) {

Completed in 78 milliseconds