HomeSort by relevance Sort by last modified time
    Searched defs:test_data_directory_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/autofill/core/browser/
data_driven_test.h 49 base::FilePath test_data_directory_; member in class:autofill::DataDrivenTest
  /external/chromium_org/ui/gfx/
icon_util_unittest.cc 31 ASSERT_TRUE(PathService::Get(gfx::DIR_TEST_DATA, &test_data_directory_));
69 base::FilePath test_data_directory_; member in class:IconUtilTest
144 test_data_directory_.AppendASCII(kSmallIconName);
273 base::FilePath small_icon_filename = test_data_directory_.AppendASCII(
287 base::FilePath large_icon_filename = test_data_directory_.AppendASCII(
  /external/chromium_org/ui/compositor/
layer_unittest.cc 86 if (PathService::Get(gfx::DIR_TEST_DATA, &test_data_directory_)) {
87 test_data_directory_ = test_data_directory_.AppendASCII("compositor");
175 return test_data_directory_;
204 base::FilePath test_data_directory_; member in class:ui::__anon21323::LayerWithRealCompositorTest
    [all...]

Completed in 5542 milliseconds