Home
last modified time | relevance | path

Searched refs:removeStyleSheetCandidateNode (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/dom/
DStyleElement.cpp68 document->removeStyleSheetCandidateNode(element); in removedFromDocument()
DProcessingInstruction.cpp282 document()->removeStyleSheetCandidateNode(this); in removedFromDocument()
DDocument.h464 void removeStyleSheetCandidateNode(Node*);
DDocument.cpp3021 void Document::removeStyleSheetCandidateNode(Node* node) in removeStyleSheetCandidateNode() function in WebCore::Document
/external/webkit/Source/WebCore/html/
DHTMLLinkElement.cpp342 document()->removeStyleSheetCandidateNode(this); in removedFromDocument()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-104665 (WebCore::Document::removeStyleSheetCandidateNode):
DChangeLog-2010-01-2994248 call Document::removeStyleSheetCandidateNode() regardless of whether
DChangeLog-2010-12-0690310 (WebCore::StyleElement::removedFromDocument): Same for removeStyleSheetCandidateNode.