Searched defs:catalogs (Results 1 - 14 of 14) 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_org/chrome/common/extensions/
H A Dextension_l10n_util_unittest.cc299 std::vector<linked_ptr<base::DictionaryValue> > catalogs; local
300 catalogs.push_back(catalog);
303 MessageBundle* bundle = MessageBundle::Create(catalogs, &error);
H A Dextension_l10n_util.cc384 std::vector<linked_ptr<base::DictionaryValue> > catalogs; local
396 catalogs.push_back(catalog);
400 return extensions::MessageBundle::Create(catalogs, error);
/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/chromium_org/chrome/browser/extensions/
H A Dsandboxed_unpacker.cc194 // Read the decoded message catalogs back from the file we saved them to.
198 base::DictionaryValue* catalogs) {
207 return IPC::ReadParam(&pickle, &iter, catalogs);
756 DictionaryValue catalogs; local
757 if (!ReadMessageCatalogsFromFile(temp_dir_.path(), &catalogs)) {
767 // Write our parsed catalogs back to disk.
768 for (DictionaryValue::Iterator it(catalogs); !it.IsAtEnd(); it.Advance()) {
197 ReadMessageCatalogsFromFile(const base::FilePath& extension_path, base::DictionaryValue* catalogs) argument
/external/chromium_org/third_party/libxml/src/
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.
1994 * list of catalogs
2085 * Do a complete resolution lookup of an URI for a list of catalogs
3114 const char *catalogs; local
3120 catalogs = (const char *) getenv("XML_CATALOG_FILES");
3121 if (catalogs == NULL)
3146 catalogs = XML_XML_DEFAULT_CATALOG;
3149 catalogs
3598 xmlCatalogFreeLocal(void *catalogs) argument
3620 xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) argument
3661 xmlCatalogLocalResolve(void *catalogs, const xmlChar *pubID, const xmlChar *sysID) argument
3706 xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) argument
[all...]
H A Dxmllint.c183 static int catalogs = 0; variable
3022 printf("\t--catalogs : use SGML catalogs from $SGML_CATALOG_FILES\n");
3025 printf("\t--nocatalogs: deactivate all catalogs\n");
3293 else if ((!strcmp(argv[i], "-catalogs")) ||
3294 (!strcmp(argv[i], "--catalogs"))) {
3295 catalogs++;
3418 if (catalogs) {
H A Dtestapi.c6082 void * catalogs; /* a document's list of catalogs */ local
6093 catalogs = gen_void_ptr(n_catalogs, 0);
6097 ret_val = xmlCatalogLocalResolve(catalogs, (const xmlChar *)pubID, (const xmlChar *)sysID);
6100 des_void_ptr(n_catalogs, catalogs, 0);
6130 void * catalogs; /* a document's list of catalogs */ local
6138 catalogs = gen_void_ptr(n_catalogs, 0);
6141 ret_val = xmlCatalogLocalResolveURI(catalogs, (const xmlChar *)URI);
6144 des_void_ptr(n_catalogs, catalogs,
[all...]
/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/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h260 void *catalogs; /* document's own catalog */ member in struct:_xmlParserCtxt
/external/libxml2/include/libxml/
H A Dparser.h260 void *catalogs; /* document's own catalog */ member in struct:_xmlParserCtxt

Completed in 721 milliseconds