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

  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.h 25 // internal state |active_user_id_hash_| will be updated.
70 std::string active_user_id_hash() { return active_user_id_hash_; }
90 std::string active_user_id_hash_; member in class:chromeos::ProfileHelper
profile_helper.cc 119 DCHECK(!active_user_id_hash_.empty());
120 return base::FilePath(chrome::kProfileDirPrefix + active_user_id_hash_);
171 active_user_id_hash_ = hash;

Completed in 915 milliseconds