Home
last modified time | relevance | path

Searched refs:js_pref_path (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/net/
Dfirefox_proxy_settings_unittest.cc29 base::FilePath js_pref_path; in TEST_F() local
30 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &js_pref_path)); in TEST_F()
31 js_pref_path = js_pref_path.AppendASCII("firefox3_pref.js"); in TEST_F()
33 EXPECT_TRUE(TestFirefoxProxySettings::TestGetSettingsFromFile(js_pref_path, in TEST_F()
71 base::FilePath js_pref_path; in TEST_F() local
72 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &js_pref_path)); in TEST_F()
73 js_pref_path = js_pref_path.AppendASCII("firefox3_pref_pac_url.js"); in TEST_F()
75 EXPECT_TRUE(TestFirefoxProxySettings::TestGetSettingsFromFile(js_pref_path, in TEST_F()