Searched refs:addStyleSheetCandidateNode (Results 1 - 5 of 5) sorted by last modified time

/external/webkit/Source/WebCore/dom/
H A DDocument.cpp2988 void Document::addStyleSheetCandidateNode(Node* node, bool createdByParser) function in class:WebCore::Document
H A DDocument.h463 void addStyleSheetCandidateNode(Node*, bool createdByParser);
H A DProcessingInstruction.cpp274 document()->addStyleSheetCandidateNode(this, m_createdByParser);
H A DStyleElement.cpp57 document->addStyleSheetCandidateNode(element, m_createdByParser);
/external/webkit/Source/WebCore/html/
H A DHTMLLinkElement.cpp329 document()->addStyleSheetCandidateNode(this, m_createdByParser);

Completed in 119 milliseconds