Home
last modified time | relevance | path

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

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