Home
last modified time | relevance | path

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

/external/chromium/chrome/common/extensions/
Dextension_message_bundle_unittest.cc149 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error)); in CreateMessageBundle()
159 std::vector<linked_ptr<DictionaryValue> > catalogs_; member in ExtensionMessageBundleTest
174 catalogs_.push_back(linked_ptr<DictionaryValue>(CreateGoodDictionary())); in TEST_F()
187 catalogs_.push_back(linked_ptr<DictionaryValue>(CreateGoodDictionary())); in TEST_F()
188 catalogs_.push_back(linked_ptr<DictionaryValue>(CreateGoodDictionary())); in TEST_F()
190 DictionaryValue* app_dict = catalogs_[0].get(); in TEST_F()
211 catalogs_.push_back( in TEST_F()
213 catalogs_.push_back(linked_ptr<DictionaryValue>(CreateGoodDictionary())); in TEST_F()
221 catalogs_[0].reset(CreateBadDictionary(NAME_NOT_A_TREE)); in TEST_F()
222 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error)); in TEST_F()
[all …]