HomeSort by relevance Sort by last modified time
    Searched refs:stylePrefix (Results 1 - 2 of 2) sorted by null

  /external/libxslt/libxslt/
namespaces.c 96 xmlChar *stylePrefix = NULL;
128 stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL);
129 if (stylePrefix == NULL) {
134 if (xmlStrEqual(stylePrefix, (const xmlChar *)"#default"))
137 literalNs = xmlSearchNs(node->doc, node, stylePrefix);
142 stylePrefix);
164 stylePrefix);
221 stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL);
222 if (stylePrefix == NULL) {
234 if (xmlStrEqual(stylePrefix, (const xmlChar *)"#default"))
    [all...]
  /external/webkit/Source/WebCore/editing/
markup.cpp 305 DEFINE_STATIC_LOCAL(const String, stylePrefix, (" style=\""));
306 append(out, stylePrefix);
    [all...]

Completed in 976 milliseconds