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

  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemForEach.java 359 int docID = sourceNode & DTMManager.IDENT_DTM_DEFAULT;
367 if ((child & DTMManager.IDENT_DTM_DEFAULT) != docID)
370 docID = child & DTMManager.IDENT_DTM_DEFAULT;
  /external/webkit/WebCore/dom/
Document.cpp 471 static int docID = 0;
472 m_docID = docID++;
    [all...]

Completed in 202 milliseconds