OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLOW
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/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
507
* Humm this is bad, do an automatic
flow
conversion
635
#define
FLOW
BLOCK,INLINE
640
static const char* const html_flow[] = {
FLOW
, NULL } ;
681
static const char* const flow_param[] = {
FLOW
, "param", NULL } ;
690
static const char* const body_contents[] = {
FLOW
, "ins", "del", NULL } ;
705
static const char* const fieldset_contents[] = {
FLOW
, "legend" } ;
733
static const char* const noframes_content[] = { "body",
FLOW
MODIFIER, NULL } ;
734
static const char* const object_contents[] = {
FLOW
, "param", NULL } ;
[
all
...]
Completed in 286 milliseconds