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

  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 138 bool LoadRawBitmapsTo(const FilePathMap& file_paths,
browser_theme_pack_unittest.cc 124 bool LoadRawBitmapsTo(const std::map<int, FilePath>& out_file_paths) {
125 return theme_pack_->LoadRawBitmapsTo(out_file_paths,
386 EXPECT_FALSE(LoadRawBitmapsTo(out_file_paths));
browser_theme_pack.cc 349 if (!pack->LoadRawBitmapsTo(file_paths, &pack->prepared_images_))
843 bool BrowserThemePack::LoadRawBitmapsTo(
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.h 149 bool LoadRawBitmapsTo(const FilePathMap& file_paths,
browser_theme_pack_unittest.cc 139 bool LoadRawBitmapsTo(const TestFilePathMap& out_file_paths) {
140 return theme_pack_->LoadRawBitmapsTo(out_file_paths,
556 EXPECT_FALSE(LoadRawBitmapsTo(out_file_paths));
browser_theme_pack.cc 659 if (!pack->LoadRawBitmapsTo(file_paths, &pack->images_on_ui_thread_))
    [all...]

Completed in 86 milliseconds