Home | History | Annotate | Download | only in extensions

Lines Matching refs:test_file

57                                                const std::string& test_file,
66 .AppendASCII(test_file);
81 const std::string& test_file,
86 dir, test_file, location, extra_flags, std::string(), error);
90 const std::string& test_file,
95 LoadManifestUnchecked(dir, test_file, location, extra_flags, &error);
97 EXPECT_TRUE(extension.get()) << test_file << ":" << error;
102 const std::string& test_file,
104 return LoadManifest(dir, test_file, Manifest::INVALID_LOCATION, extra_flags);
108 const std::string& test_file) {
109 return LoadManifest(dir, test_file, Extension::NO_FLAGS);
113 const std::string& test_file) {
114 return LoadManifest(dir, test_file, Extension::NO_FLAGS);