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

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.h 195 mutable std::map<std::string, bool> gaia_pictures_loading_; member in class:ProfileInfoCache
profile_info_cache.cc 388 if (file_name.empty() || gaia_pictures_loading_[key])
391 gaia_pictures_loading_[key] = true;
430 gaia_pictures_loading_[key] = false;

Completed in 62 milliseconds