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

  /external/chromium_org/chrome/installer/mini_installer/
pe_resource.h 34 bool WriteToDisk(const wchar_t* path);
pe_resource.cc 24 bool PEResource::WriteToDisk(const wchar_t* full_path) {
mini_installer.cc 353 !resource.WriteToDisk(full_path.get()))
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_index.cc 155 write_to_disk_cb_(base::Bind(&SimpleIndex::WriteToDisk, AsWeakPtr())),
425 // The actual IO is asynchronous, so calling WriteToDisk() shouldn't slow the
428 WriteToDisk();
452 WriteToDisk();
457 void SimpleIndex::WriteToDisk() {
478 index_file_->WriteToDisk(entries_set_, cache_size_,
simple_index.h 102 void WriteToDisk();
simple_index_file.h 90 virtual void WriteToDisk(const SimpleIndex::EntrySet& entry_set,
simple_index_file.cc 263 void SimpleIndexFile::WriteToDisk(const SimpleIndex::EntrySet& entry_set,
simple_index_file_unittest.cc 210 simple_index_file.WriteToDisk(entries, kCacheSize,
simple_backend_impl.cc 244 index_->WriteToDisk();
simple_index_unittest.cc 69 virtual void WriteToDisk(const SimpleIndex::EntrySet& entry_set,
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.h 48 // BuildFromExtension() interface, we WriteToDisk() on a thread other than the
64 // Builds the theme pack from a previously performed WriteToDisk(). This
79 bool WriteToDisk(const base::FilePath& path) const;
259 // image data that needs to be written to the DataPack during WriteToDisk()
browser_theme_pack_unittest.cc 581 ASSERT_TRUE(pack->WriteToDisk(file));
605 ASSERT_TRUE(pack->WriteToDisk(file));
theme_service.cc 79 if (!pack->WriteToDisk(path))
browser_theme_pack.cc 797 bool BrowserThemePack::WriteToDisk(const base::FilePath& path) const {
    [all...]

Completed in 482 milliseconds