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

  /external/webkit/WebCore/html/
HTMLTablePartElement.cpp 42 result = (MappedAttributeEntry)(eLastEntry + document()->docID());
HTMLBodyElement.cpp 72 result = (MappedAttributeEntry)(eLastEntry + document()->docID());
HTMLTableElement.cpp 261 result = (MappedAttributeEntry)(eLastEntry + document()->docID());
  /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.h 793 int docID() const { return m_docID; }
    [all...]
Document.cpp 471 static int docID = 0;
472 m_docID = docID++;
    [all...]

Completed in 143 milliseconds