OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/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/net/disk_cache/simple/
simple_index_file.h
89
virtual void
WriteToDisk
(const SimpleIndex::EntrySet& entry_set,
simple_index.cc
154
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
() {
494
index_file_->
WriteToDisk
(entries_set_, cache_size_,
simple_index.h
102
void
WriteToDisk
();
simple_index_file.cc
264
void SimpleIndexFile::
WriteToDisk
(const SimpleIndex::EntrySet& entry_set,
simple_index_file_unittest.cc
210
simple_index_file.
WriteToDisk
(entries, kCacheSize,
simple_backend_impl.cc
218
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
576
ASSERT_TRUE(pack->
WriteToDisk
(file));
600
ASSERT_TRUE(pack->
WriteToDisk
(file));
theme_service.cc
73
if (!pack->
WriteToDisk
(path))
browser_theme_pack.cc
779
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 2249 milliseconds