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

  /external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker.h 114 const std::string& account_key() { return account_key_; }
133 const std::string account_key_; member in class:extensions::AccountIdFetcher
account_tracker_unittest.cc 43 account_key_(account_key),
49 account_key_(account_key),
53 return type_ == event.type_ && account_key_ == event.account_key_ &&
75 account_key_.c_str(),
81 std::string account_key_; member in class:__anon7434::TrackingEvent
account_tracker.cc 209 account_key_(account_key) {}
217 account_key_, OAuth2TokenService::ScopeSet(), this);

Completed in 35 milliseconds