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

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

Completed in 1863 milliseconds