Searched defs:fake_base_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dexternal_pref_loader.cc234 const base::FilePath& fake_base_path)
235 : fake_base_path_(fake_base_path) {
238 base::FilePath fake_json_path = fake_base_path.AppendASCII("fake.json");
232 ExternalTestingLoader( const std::string& json_data, const base::FilePath& fake_base_path) argument
H A Dextension_service_unittest.cc320 // The provider will return |fake_base_path| from
323 explicit MockProviderVisitor(base::FilePath fake_base_path) argument
325 fake_base_path_(fake_base_path),
330 MockProviderVisitor(base::FilePath fake_base_path, argument
333 fake_base_path_(fake_base_path),

Completed in 113 milliseconds