Searched defs:data_file (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dlocal_safebrowsing_test_server.cc15 const base::FilePath& data_file)
19 data_file_(data_file) {
14 LocalSafeBrowsingTestServer( const base::FilePath& data_file) argument
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory.cc34 const base::FilePath data_file = local
36 store_ = new HistoryDataStore(data_file);
H A Dhistory_data_store.cc115 HistoryDataStore::HistoryDataStore(const base::FilePath& data_file) argument
116 : data_file_(data_file) {
118 token.append(data_file.AsUTF8Unsafe());
127 new base::ImportantFileWriter(data_file, file_task_runner_.get()));
/external/chromium_org/chrome/browser/policy/test/
H A Dlocal_policy_test_server.cc138 base::FilePath data_file = server_data_dir_.path().AppendASCII( local
141 return file_util::WriteFile(data_file, data.c_str(), data.size()) ==
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_browsertest.cc199 base::FilePath data_file = local
202 CHECK(file_util::ReadFileToString(data_file, &data));
/external/chromium_org/cloud_print/virtual_driver/win/install/
H A Dsetup.cc267 base::FilePath data_file = install_path.Append(kDataFileName); local
284 driver_info.pDataFile = const_cast<LPWSTR>(data_file.value().c_str());
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_device_unittest.cc287 base::FilePath data_file; local
288 CHECK(PathService::Get(base::DIR_SOURCE_ROOT, &data_file));
289 data_file =
290 data_file.Append(FILE_PATH_LITERAL("media"))
294 DCHECK(base::PathExists(data_file));
296 DCHECK(file_util::GetFileSize(data_file, &data_file_size64));
297 EXPECT_EQ(length, file_util::ReadFile(data_file, data, length));

Completed in 209 milliseconds