Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/first_run/
Dfirst_run_unittest.cc32 EXPECT_EQ(1U, install_prefs.master_dictionary().size()); in TEST_F()
38 EXPECT_TRUE(install_prefs.master_dictionary().empty()); in TEST_F()
43 EXPECT_TRUE(install_prefs.master_dictionary().empty()); in TEST_F()
54 EXPECT_EQ(2U, install_prefs.master_dictionary().size()); in TEST_F()
61 EXPECT_TRUE(install_prefs.master_dictionary().empty()); in TEST_F()
Dfirst_run.cc687 install_prefs->master_dictionary())) { in ProcessMasterPreferences()
/external/chromium_org/chrome/installer/util/
Dmaster_preferences_unittest.cc428 const base::DictionaryValue& master_dictionary = in TEST_F() local
429 prefs.master_dictionary(); in TEST_F()
432 EXPECT_TRUE(master_dictionary.GetList(prefs::kURLsToRestoreOnStartupOld, in TEST_F()
439 EXPECT_TRUE(master_dictionary.GetList(prefs::kURLsToRestoreOnStartup, in TEST_F()
460 const base::DictionaryValue& master_dictionary = in TEST_F() local
461 prefs.master_dictionary(); in TEST_F()
464 EXPECT_TRUE(master_dictionary.GetList(prefs::kURLsToRestoreOnStartupOld, in TEST_F()
474 EXPECT_TRUE(master_dictionary.GetList(prefs::kURLsToRestoreOnStartup, in TEST_F()
Dmaster_preferences.h183 const base::DictionaryValue& master_dictionary() const { in master_dictionary() function