Searched defs:WriteToDisk (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/installer/mini_installer/
H A Dpe_resource.cc24 bool PEResource::WriteToDisk(const wchar_t* full_path) { function in class:PEResource
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index.cc155 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() { function in class:disk_cache::SimpleIndex
478 index_file_->WriteToDisk(entries_set_, cache_size_,
H A Dsimple_index_file.cc263 void SimpleIndexFile::WriteToDisk(const SimpleIndex::EntrySet& entry_set, function in class:disk_cache::SimpleIndexFile
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc797 bool BrowserThemePack::WriteToDisk(const base::FilePath& path) const { function in class:BrowserThemePack

Completed in 138 milliseconds