Searched refs:preferences_file_ (Results 1 – 3 of 3) sorted by relevance
44 preferences_file_ = profile_dir.AppendASCII("Preferences"); in SetUpCommandLine()55 preferences_file_); in SetUpCommandLine()70 EXPECT_TRUE(file_util::Delete(preferences_file_, false)); in TearDown()127 FilePath preferences_file_; member in ExtensionStartupTestBase
53 preferences_file_ = temp_dir_.path().AppendASCII("Preferences"); in TestExtensionPrefs()86 builder.WithUserFilePrefs(preferences_file_); in RecreateExtensionPrefs()
53 FilePath preferences_file_; variable