HomeSort by relevance Sort by last modified time
    Searched defs:CatalogVector (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/extensions/
extension_message_bundle.h 22 typedef std::vector<linked_ptr<DictionaryValue> > CatalogVector;
57 static ExtensionMessageBundle* Create(const CatalogVector& locale_catalogs,
115 bool Init(const CatalogVector& locale_catalogs, std::string* error);
  /external/chromium_org/chrome/common/extensions/
message_bundle.h 26 typedef std::vector<linked_ptr<base::DictionaryValue> > CatalogVector;
61 static MessageBundle* Create(const CatalogVector& locale_catalogs,
119 bool Init(const CatalogVector& locale_catalogs, std::string* error);

Completed in 26 milliseconds