Searched refs:catalogs_ (Results 1 – 1 of 1) sorted by relevance
149 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error)); in CreateMessageBundle()159 std::vector<linked_ptr<DictionaryValue> > catalogs_; member in ExtensionMessageBundleTest174 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 …]