Home
last modified time | relevance | path

Searched defs:docID (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/dom/
DDocument.h793 int docID() const { return m_docID; } in docID() function
DDocument.cpp471 static int docID = 0; in Document() local