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

  /external/chromium_org/chrome/browser/signin/
mutable_profile_oauth2_token_service.cc 18 const char kAccountIdPrefix[] = "AccountId-";
26 return account_id.compare(0u, kAccountIdPrefixLength, kAccountIdPrefix) != 0;
profile_oauth2_token_service.cc 29 // |kAccountIdPrefix| is in the process in being moved to
32 const char kAccountIdPrefix[] = "AccountId-";
34 return kAccountIdPrefix + account_id;

Completed in 54 milliseconds