HomeSort by relevance Sort by last modified time
    Searched refs:test_data_directory (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/ui/prefs/
prefs_tab_helper_browsertest.cc 19 base::FilePath test_data_directory; local
20 PathService::Get(chrome::DIR_TEST_DATA, &test_data_directory);
21 return test_data_directory
  /external/chromium_org/components/autofill/core/browser/
data_driven_test.h 45 DataDrivenTest(const base::FilePath& test_data_directory);
data_driven_test.cc 86 DataDrivenTest::DataDrivenTest(const base::FilePath& test_data_directory)
87 : test_data_directory_(test_data_directory) {
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_unittest.cc 45 FilePath test_data_directory; local
46 PathService::Get(chrome::DIR_TEST_DATA, &test_data_directory);
47 FilePath test_file = test_data_directory.AppendASCII(kPDFTestFile);
52 FilePath test_data_directory; local
53 PathService::Get(chrome::DIR_TEST_DATA, &test_data_directory);
54 FilePath test_file = test_data_directory.AppendASCII(kEmptyPDFTestFile);
print_dialog_cloud_uitest.cc 45 FilePath test_data_directory; local
46 PathService::Get(chrome::DIR_TEST_DATA, &test_data_directory);
48 test_data_directory.AppendASCII("printing/cloud_print_uitest.html");
  /external/chromium_org/chrome/test/base/
v8_unit_test.cc 41 base::FilePath test_data_directory; member in namespace:__anon9650
71 test_data_directory.Append(*user_libraries_iterator);
138 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_data_directory));
139 test_data_directory = test_data_directory.AppendASCII("webui");
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 331 base::FilePath test_data_directory; local
332 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_data_directory));
333 base::FilePath test_file = test_data_directory.AppendASCII(
419 base::FilePath test_data_directory; local
420 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_data_directory));
421 base::FilePath test_file = test_data_directory.AppendASCII(
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud_unittest.cc 51 base::FilePath test_data_directory; local
52 PathService::Get(chrome::DIR_TEST_DATA, &test_data_directory);
53 base::FilePath test_file = test_data_directory.AppendASCII(kPDFTestFile);
  /external/chromium_org/ui/compositor/
layer_unittest.cc 147 const base::FilePath& test_data_directory() const { function in class:ui::__anon17539::LayerWithRealCompositorTest
934 test_data_directory().AppendASCII("ModifyHierarchy1.png");
936 test_data_directory().AppendASCII("ModifyHierarchy2.png");
996 base::FilePath ref_img = test_data_directory().AppendASCII("Opacity.png");
    [all...]

Completed in 192 milliseconds