Searched defs:catalogs (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/common/extensions/
H A Dextension_l10n_util_unittest.cc241 std::vector<linked_ptr<DictionaryValue> > catalogs; local
242 catalogs.push_back(catalog);
246 ExtensionMessageBundle::Create(catalogs, &error);
H A Dextension_l10n_util.cc272 std::vector<linked_ptr<DictionaryValue> > catalogs; local
284 catalogs.push_back(catalog);
288 return ExtensionMessageBundle::Create(catalogs, error);
H A Dextension_unpacker.cc203 // Parse all message catalogs (if any).
236 SetError("Could not write message catalogs to disk.");
258 const FilePath& extension_path, DictionaryValue* catalogs) {
267 return IPC::ReadParam(&pickle, &iter, catalogs);
257 ReadMessageCatalogsFromFile( const FilePath& extension_path, DictionaryValue* catalogs) argument
/external/chromium/chrome/browser/extensions/
H A Dsandboxed_extension_unpacker.cc556 DictionaryValue catalogs; local
558 &catalogs)) {
568 // Write our parsed catalogs back to disk.
569 for (DictionaryValue::key_iterator key_it = catalogs.begin_keys();
570 key_it != catalogs.end_keys(); ++key_it) {
572 if (!catalogs.GetDictionaryWithoutPathExpansion(*key_it, &catalog)) {
/external/libxml2/
H A Dcatalog.c184 * Hash table containing all the trees of XML catalogs parsed by
265 * SGML catalogs, but the acceptable types values differs.
403 * SGML catalogs, but the acceptable types values differs.
1991 * list of catalogs
2082 * Do a complete resolution lookup of an URI for a list of catalogs
3111 const char *catalogs; local
3117 catalogs = (const char *) getenv("XML_CATALOG_FILES");
3118 if (catalogs == NULL)
3143 catalogs = XML_XML_DEFAULT_CATALOG;
3146 catalogs
3595 xmlCatalogFreeLocal(void *catalogs) argument
3617 xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) argument
3658 xmlCatalogLocalResolve(void *catalogs, const xmlChar *pubID, const xmlChar *sysID) argument
3703 xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) argument
[all...]
H A Dxmllint.c187 static int catalogs = 0; variable
3043 printf("\t--catalogs : use SGML catalogs from $SGML_CATALOG_FILES\n");
3046 printf("\t--nocatalogs: deactivate all catalogs\n");
3322 else if ((!strcmp(argv[i], "-catalogs")) ||
3323 (!strcmp(argv[i], "--catalogs"))) {
3324 catalogs++;
3458 if (catalogs) {
/external/libxml2/include/libxml/
H A Dparser.h260 void *catalogs; /* document's own catalog */ member in struct:_xmlParserCtxt

Completed in 366 milliseconds