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

  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_manager_impl.h 163 bool downloading_profile_image_; member in class:chromeos::UserImageManagerImpl
167 // |downloading_profile_image_| is true.
171 // currently in progress and |downloading_profile_image_| is true.
user_image_manager_impl.cc 462 downloading_profile_image_(false),
719 return downloading_profile_image_;
746 if (!downloading_profile_image_)
816 if (downloading_profile_image_) {
884 (downloading_profile_image_ || !NeedProfileImage())) {
888 downloading_profile_image_ = NeedProfileImage();
    [all...]

Completed in 657 milliseconds