Home | History | Annotate | Download | only in rendering

Lines Matching refs:setDocumentForAnonymous

1024     void setDocumentForAnonymous(Document* document) { ASSERT(isAnonymous()); m_node = document; }