Home | History | Annotate | Download | only in signin

Lines Matching refs:TokenPrefPath

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";