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

  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.h 266 ImageCache images_on_ui_thread_; member in class:BrowserThemePack
browser_theme_pack.cc 659 if (!pack->LoadRawBitmapsTo(file_paths, &pack->images_on_ui_thread_))
662 pack->CreateImages(&pack->images_on_ui_thread_);
666 pack->images_on_file_thread_ = pack->images_on_ui_thread_;
674 // Set ThemeImageSource on |images_on_ui_thread_| to resample the source
679 for (ImageCache::iterator it = pack->images_on_ui_thread_.begin();
680 it != pack->images_on_ui_thread_.end(); ++it) {
865 ImageCache::const_iterator image_iter = images_on_ui_thread_.find(prs_id);
866 if (image_iter != images_on_ui_thread_.end())
    [all...]
browser_theme_pack_unittest.cc 141 &theme_pack_->images_on_ui_thread_);

Completed in 308 milliseconds