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

  /libcore/luni/src/main/java/org/apache/xml/serializer/
ElemDesc.java 47 /** Bit position if this element type is a flow. */
48 private static final int FLOW = (1 << 2);
  /external/libxml2/
HTMLparser.c 387 * Humm this is bad, do an automatic flow conversion
495 #define FLOW BLOCK,INLINE
500 static const char* const html_flow[] = { FLOW, NULL } ;
541 static const char* const flow_param[] = { FLOW, "param", NULL } ;
550 static const char* const body_contents[] = { FLOW, "ins", "del", NULL } ;
565 static const char* const fieldset_contents[] = { FLOW, "legend" } ;
593 static const char* const noframes_content[] = { "body", FLOW MODIFIER, NULL } ;
594 static const char* const object_contents[] = { FLOW, "param", NULL } ;
    [all...]

Completed in 28 milliseconds