OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:master_dictionary
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/first_run/
first_run_unittest.cc
32
EXPECT_EQ(1U, install_prefs.
master_dictionary
().size());
38
EXPECT_TRUE(install_prefs.
master_dictionary
().empty());
43
EXPECT_TRUE(install_prefs.
master_dictionary
().empty());
54
EXPECT_EQ(2U, install_prefs.
master_dictionary
().size());
61
EXPECT_TRUE(install_prefs.
master_dictionary
().empty());
first_run.cc
683
install_prefs->
master_dictionary
())) {
/external/chromium_org/chrome/installer/util/
master_preferences_unittest.cc
428
const base::DictionaryValue&
master_dictionary
=
local
429
prefs.
master_dictionary
();
432
EXPECT_TRUE(
master_dictionary
.GetList(prefs::kURLsToRestoreOnStartupOld,
439
EXPECT_TRUE(
master_dictionary
.GetList(prefs::kURLsToRestoreOnStartup,
460
const base::DictionaryValue&
master_dictionary
=
local
461
prefs.
master_dictionary
();
464
EXPECT_TRUE(
master_dictionary
.GetList(prefs::kURLsToRestoreOnStartupOld,
474
EXPECT_TRUE(
master_dictionary
.GetList(prefs::kURLsToRestoreOnStartup,
master_preferences.h
183
const base::DictionaryValue&
master_dictionary
() const {
function in class:installer::MasterPreferences
Completed in 521 milliseconds