OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 24 milliseconds