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 675 if (!pack->LoadRawBitmapsTo(file_paths, &pack->images_on_ui_thread_))
678 pack->CreateImages(&pack->images_on_ui_thread_);
682 pack->images_on_file_thread_ = pack->images_on_ui_thread_;
690 // Set ThemeImageSource on |images_on_ui_thread_| to resample the source
695 for (ImageCache::iterator it = pack->images_on_ui_thread_.begin();
696 it != pack->images_on_ui_thread_.end(); ++it) {
    [all...]
browser_theme_pack_unittest.cc 147 &theme_pack_->images_on_ui_thread_);

Completed in 98 milliseconds