XPrivetToken      172 cloud_print/gcp20/prototype/printer.cc   xtoken_ = XPrivetToken();
XPrivetToken      231 cloud_print/gcp20/prototype/printer.h   XPrivetToken xtoken_;
XPrivetToken       26 cloud_print/gcp20/prototype/x_privet_token.cc XPrivetToken::XPrivetToken() {
XPrivetToken       30 cloud_print/gcp20/prototype/x_privet_token.cc XPrivetToken::XPrivetToken(const std::string& secret,
XPrivetToken       36 cloud_print/gcp20/prototype/x_privet_token.cc std::string XPrivetToken::GenerateXToken() {
XPrivetToken       43 cloud_print/gcp20/prototype/x_privet_token.cc bool XPrivetToken::CheckValidXToken(const std::string& token) const {
XPrivetToken       60 cloud_print/gcp20/prototype/x_privet_token.cc std::string XPrivetToken::GenerateXTokenWithTime(uint64 issue_time) const {
XPrivetToken       70 cloud_print/gcp20/prototype/x_privet_token.cc void XPrivetToken::UpdateSecret() {
XPrivetToken       15 cloud_print/gcp20/prototype/x_privet_token.h class XPrivetToken {
XPrivetToken       18 cloud_print/gcp20/prototype/x_privet_token.h   XPrivetToken();
XPrivetToken       21 cloud_print/gcp20/prototype/x_privet_token.h   ~XPrivetToken() {}
XPrivetToken       36 cloud_print/gcp20/prototype/x_privet_token.h   XPrivetToken(const std::string& secret, const base::Time& gen_time);
XPrivetToken       24 cloud_print/gcp20/prototype/x_privet_token_unittest.cc   XPrivetToken xtoken(secret, base::Time::FromTimeT(gen_time));
XPrivetToken       44 cloud_print/gcp20/prototype/x_privet_token_unittest.cc   XPrivetToken xtoken("9CEEA1AD-BC24-4D5A-8AB4-A6CE3E0CC4CD", gen_time);
XPrivetToken       67 cloud_print/gcp20/prototype/x_privet_token_unittest.cc   XPrivetToken xtoken("9CEEA1AD-BC24-4D5A-8AB4-A6CE3E0CC4CD", gen_time);
XPrivetToken      104 cloud_print/gcp20/prototype/x_privet_token_unittest.cc   XPrivetToken another("6F02AC4E-6F37-4078-AF42-5EE5D8180284", gen_time);