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

  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
obfuscated_gaia_id_fetcher.cc 67 void ObfuscatedGaiaIdFetcher::ReportSuccess(const std::string& obfuscated_id) {
69 delegate_->OnObfuscatedGaiaIdFetchSuccess(obfuscated_id);
95 std::string obfuscated_id; local
96 if (ParseResponse(response_body, &obfuscated_id))
97 ReportSuccess(obfuscated_id);
109 const std::string& obfuscated_id) {
obfuscated_gaia_id_fetcher.h 34 const std::string& obfuscated_id) {}
68 void ReportSuccess(const std::string& obfuscated_id);
73 const std::string& data, std::string* obfuscated_id);
obfuscated_gaia_id_fetcher_unittest.cc 24 const std::string& obfuscated_id) OVERRIDE {
  /external/chromium/chrome/browser/sync/protocol/
sync.proto 525 // name can change, but obfuscated_id should be constant.
531 optional string obfuscated_id = 3; // an obfuscated, opaque user id.
  /external/chromium_org/sync/protocol/
sync.proto     [all...]

Completed in 350 milliseconds