HomeSort by relevance Sort by last modified time
    Searched refs:WriteToDisk (Results 1 - 19 of 19) 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 350 !resource.WriteToDisk(full_path.get()))
  /external/chromium_org/net/disk_cache/simple/
simple_index.cc 116 write_to_disk_cb_(base::Bind(&SimpleIndex::WriteToDisk, AsWeakPtr())),
383 // The actual IO is asynchronous, so calling WriteToDisk() shouldn't slow the
386 WriteToDisk();
409 WriteToDisk();
414 void SimpleIndex::WriteToDisk() {
432 index_file_->WriteToDisk(entries_set_, cache_size_,
simple_index_file.h 87 virtual void WriteToDisk(const SimpleIndex::EntrySet& entry_set,
simple_index.h 96 void WriteToDisk();
simple_index_file_unittest.cc 188 simple_index_file.WriteToDisk(entries, kCacheSize,
simple_index_file.cc 194 void SimpleIndexFile::WriteToDisk(const SimpleIndex::EntrySet& entry_set,
simple_backend_impl.cc 229 index_->WriteToDisk();
simple_index_unittest.cc 65 virtual void WriteToDisk(const SimpleIndex::EntrySet& entry_set,
  /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...]
  /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 572 ASSERT_TRUE(pack->WriteToDisk(file));
600 ASSERT_TRUE(pack->WriteToDisk(file));
theme_service.cc 72 if (!pack->WriteToDisk(path))
browser_theme_pack.cc 781 bool BrowserThemePack::WriteToDisk(const base::FilePath& path) const {
    [all...]
  /external/chromium_org/chrome/test/perf/
perf_ui_test_suite.cc 170 theme->WriteToDisk(extension_base.AppendASCII("Cached Theme.pak"));

Completed in 185 milliseconds