Searched refs:CatalogVector (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/common/extensions/
H A Dextension_message_bundle.h22 typedef std::vector<linked_ptr<DictionaryValue> > CatalogVector; typedef in class:ExtensionMessageBundle
57 static ExtensionMessageBundle* Create(const CatalogVector& locale_catalogs,
115 bool Init(const CatalogVector& locale_catalogs, std::string* error);
H A Dextension_message_bundle.cc60 const CatalogVector& locale_catalogs,
70 bool ExtensionMessageBundle::Init(const CatalogVector& locale_catalogs,
74 for (CatalogVector::const_reverse_iterator it = locale_catalogs.rbegin();
/external/chromium_org/chrome/common/extensions/
H A Dmessage_bundle.h26 typedef std::vector<linked_ptr<base::DictionaryValue> > CatalogVector; typedef in class:extensions::MessageBundle
61 static MessageBundle* Create(const CatalogVector& locale_catalogs,
119 bool Init(const CatalogVector& locale_catalogs, std::string* error);
H A Dmessage_bundle.cc61 MessageBundle* MessageBundle::Create(const CatalogVector& locale_catalogs,
70 bool MessageBundle::Init(const CatalogVector& locale_catalogs,
74 for (CatalogVector::const_reverse_iterator it = locale_catalogs.rbegin();

Completed in 45 milliseconds