Home
last modified time | relevance | path

Searched refs:gaia_pictures_loading_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_info_cache.h195 mutable std::map<std::string, bool> gaia_pictures_loading_; variable
Dprofile_info_cache.cc388 if (file_name.empty() || gaia_pictures_loading_[key]) in GetGAIAPictureOfProfileAtIndex()
391 gaia_pictures_loading_[key] = true; in GetGAIAPictureOfProfileAtIndex()
430 gaia_pictures_loading_[key] = false; in OnGAIAPictureLoaded()