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

  /external/chromium/chrome/browser/themes/
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_unittest.cc 144 bool LoadRawBitmapsTo(const TestFilePathMap& out_file_paths) {
145 return theme_pack_->LoadRawBitmapsTo(out_file_paths,
560 EXPECT_FALSE(LoadRawBitmapsTo(out_file_paths));
browser_theme_pack.cc 657 if (!pack->LoadRawBitmapsTo(file_paths, &pack->images_on_ui_thread_))
    [all...]

Completed in 71 milliseconds