Home
last modified time | relevance | path

Searched refs:attVTs (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
Dattrvt.c78 cur->next = style->attVTs; in xsltNewAttrVT()
83 style->attVTs = (xsltAttrVTPtr) cur; in xsltNewAttrVT()
337 style->attVTs = avt; in xsltCompileAttr()
DxsltInternals.h1603 void *attVTs; member
Dxslt.c995 if (style->attVTs) in xsltFreeStylesheet()
996 xsltFreeAVTList(style->attVTs); in xsltFreeStylesheet()