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

/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter_state.cc22 const char kAccessTokenUpdate[] = "access_token_update";
54 static_cast<int>(state.access_token_update.ToTimeT()));
134 int access_token_update; local
135 if (!json->GetInteger(kAccessTokenUpdate, &access_token_update)) {
136 LOG(ERROR) << "Cannot parse |access_token_update|.";
169 state->access_token_update = base::Time::FromTimeT(access_token_update);
H A Dprinter_state.h58 base::Time access_token_update; member in struct:PrinterState

Completed in 58 milliseconds