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

  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 35 // BuildFromExtension() interface, we WriteToDisk() on a thread other than the
51 // Builds the theme pack from a previously performed WriteToDisk(). This
62 bool WriteToDisk(FilePath path) const;
217 // image data that needs to be written to the DataPack during WriteToDisk()
224 // WriteToDisk()'s implementation doesn't need locks. There should be no IDs
browser_theme_pack_unittest.cc 417 ASSERT_TRUE(pack->WriteToDisk(file));
theme_service.cc 180 if (!theme_pack_->WriteToDisk(pack_path_)) {
browser_theme_pack.cc 422 bool BrowserThemePack::WriteToDisk(FilePath path) const {
    [all...]

Completed in 94 milliseconds