Searched refs:test_file_path (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dchrome_main_browsertest.cc59 base::FilePath test_file_path = ui_test_utils::GetTestFilePath(
62 new_command_line.AppendArgPath(test_file_path);
69 GURL url = net::FilePathToFileURL(test_file_path);
89 base::FilePath test_file_path = ui_test_utils::GetTestFilePath( local
93 new_command_line.AppendArgPath(test_file_path);
139 base::FilePath test_file_path = ui_test_utils::GetTestFilePath( local
142 new_command_line.AppendArgPath(test_file_path);
H A Dbrowser_encoding_browsertest.cc163 base::FilePath test_file_path(test_dir_path);
164 test_file_path = test_file_path.AppendASCII(
167 GURL url = net::URLRequestMockHTTPJob::GetMockUrl(test_file_path);
304 base::FilePath test_file_path(test_dir_path);
305 test_file_path = test_file_path.AppendASCII(kTestDatas[i].test_file_name);
306 GURL url = net::URLRequestMockHTTPJob::GetMockUrl(test_file_path);
/external/chromium_org/chrome/browser/printing/cloud_print/test/
H A Dcloud_print_policy_browsertest.cc39 base::FilePath test_file_path = ui_test_utils::GetTestFilePath(
42 new_command_line.AppendArgPath(test_file_path);
/external/chromium_org/apps/
H A Dload_and_launch_browsertest.cc86 base::FilePath test_file_path = test_data_dir_ local
94 new_cmdline.AppendArgPath(test_file_path);
/external/chromium_org/content/browser/shared_worker/
H A Dworker_browsertest.cc34 base::FilePath test_file_path = GetTestFilePath( local
36 return GetFileUrlWithQuery(test_file_path, query);
/external/chromium_org/content/browser/webui/
H A Dweb_ui_mojo_browsertest.cc211 const base::FilePath test_file_path(
214 if (!base::PathExists(test_file_path)) {
/external/chromium_org/content/browser/fileapi/
H A Dfile_writer_delegate_unittest.cc96 int64 GetFileSizeOnDisk(const char* test_file_path) { argument
102 FileSystemURL url = GetFileSystemURL(test_file_path);
116 const char* test_file_path,
122 GetFileSystemURL(test_file_path),
136 void PrepareForWrite(const char* test_file_path, argument
141 CreateWriterDelegate(test_file_path, offset, allowed_growth));
115 CreateWriterDelegate( const char* test_file_path, int64 offset, int64 allowed_growth) argument
/external/chromium_org/content/browser/media/
H A Dmedia_browsertest.cc89 base::FilePath test_file_path = local
91 RunTest(GetFileUrlWithQuery(test_file_path, media_file), expected);
/external/chromium_org/mojo/apps/js/test/
H A Djs_to_cpp_unittest.cc58 const base::FilePath test_file_path(
61 if (!base::PathExists(test_file_path)) {
/external/lldb/tools/lldb-perf/common/stepping/
H A Dlldb-perf-stepping.cpp172 std::string test_file_path; member in struct:Options
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dscm_unittest.py572 test_file_path = self.fs.join(self.git_checkout_path, test_file_name)
574 self._write_binary_file(test_file_path, file_contents)
581 self._write_binary_file(test_file_path, file_contents)

Completed in 278 milliseconds