Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/glue/
Dpreference_model_associator_unittest.cc39 scoped_ptr<Value> empty_value; in SetPrefToEmpty() local
45 empty_value.reset(new DictionaryValue); in SetPrefToEmpty()
47 empty_value.reset(new ListValue); in SetPrefToEmpty()
50 pref_service_->Set(pref_name.c_str(), *empty_value); in SetPrefToEmpty()
115 scoped_ptr<Value> empty_value(new ListValue); in TEST_F() local
125 PreferenceModelAssociator::MergePreference(*pref, *empty_value)); in TEST_F()
240 scoped_ptr<Value> empty_value(new DictionaryValue); in TEST_F() local
250 PreferenceModelAssociator::MergePreference(*pref, *empty_value)); in TEST_F()
/external/chromium/net/disk_cache/
Dbitmap.cc243 uint32 empty_value = value ? 0 : 0xFFFFFFFF; in FindNextBit() local
251 if (one_word != empty_value) { in FindNextBit()
268 if (one_word != empty_value) { in FindNextBit()
/external/icu4c/stubdata/
Dicu_dat_generator.py76 empty_value = " {\"\"}\n" # key-value pair for all locale entries
82 f.write(locale + empty_value)