Searched refs:master_dictionary (Results 1 – 4 of 4) sorted by relevance
32 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()
687 install_prefs->master_dictionary())) { in ProcessMasterPreferences()
428 const base::DictionaryValue& master_dictionary = in TEST_F() local429 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() local461 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()
183 const base::DictionaryValue& master_dictionary() const { in master_dictionary() function