Searched defs:NAMED (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommand_service.h62 NAMED, enumerator in enum:extensions::CommandService::ExtensionCommandType
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c95 } NAMED; typedef in typeref:struct:__anon11772
98 NAMED **v;
131 NAMED **p;
132 NAMED **end;
401 static NAMED *
409 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
5969 static NAMED *
5980 tsize = table->size * sizeof(NAMED *);
5981 table->v = (NAMED **)table->mem->malloc_fcn(tsize);
6009 size_t tsize = newSize * sizeof(NAMED *);
[all...]
/external/expat/lib/
H A Dxmlparse.c95 } NAMED; typedef in typeref:struct:__anon21356
98 NAMED **v;
131 NAMED **p;
132 NAMED **end;
401 static NAMED *
409 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
5969 static NAMED *
5980 tsize = table->size * sizeof(NAMED *);
5981 table->v = (NAMED **)table->mem->malloc_fcn(tsize);
6009 size_t tsize = newSize * sizeof(NAMED *);
[all...]

Completed in 54 milliseconds