Home
last modified time | relevance | path

Searched refs:m_docID (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/dom/
DDocument.h732 int docID() const { return m_docID; } in docID()
982 …int m_docID; // A unique document identifier used for things like document-specific mapped attribu… variable
DDocument.cpp398 m_docID = docID++; in Document()