Searched defs:WriteToDisk (Results 1 - 5 of 5) 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.cc154 write_to_disk_cb_(base::Bind(&SimpleIndex::WriteToDisk, AsWeakPtr())),
441 // The actual IO is asynchronous, so calling WriteToDisk() shouldn't slow the
444 WriteToDisk();
468 WriteToDisk();
473 void SimpleIndex::WriteToDisk() { function in class:disk_cache::SimpleIndex
494 index_file_->WriteToDisk(entries_set_, cache_size_,
H A Dsimple_index_file.cc264 void SimpleIndexFile::WriteToDisk(const SimpleIndex::EntrySet& entry_set, function in class:disk_cache::SimpleIndexFile
/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack.cc422 bool BrowserThemePack::WriteToDisk(FilePath path) const { function in class:BrowserThemePack
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc779 bool BrowserThemePack::WriteToDisk(const base::FilePath& path) const { function in class:BrowserThemePack

Completed in 1110 milliseconds