Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DProcessingInstruction.h43 void setCreatedByParser(bool createdByParser) { m_createdByParser = createdByParser; } in setCreatedByParser() function
DXMLDocumentParserQt.cpp638 pi->setCreatedByParser(true); in parseProcessingInstruction()
Dxml_expat_tokenizer.cpp463 static_cast<HTMLScriptElement*>(newElement.get())->setCreatedByParser(true); in startElementNs()
DXMLDocumentParserLibxml2.cpp979 pi->setCreatedByParser(true); in processingInstruction()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1662070 Bug 22665: Remove setCreatedByParser(bool) from the few elements that use it
62073 Remove setCreatedByParser from frame and iframe.
63163 Bug 22665: Remove setCreatedByParser(bool) from the few elements that use it
63166 - Removed setCreatedByParser from style and link elements.
63710 Bug 22665: Remove setCreatedByParser(bool) from the few elements that use it
63713 Remove setCreatedByParser from the script elements (HTML and SVG).
63717 call to setCreatedByParser for the 2 elements.
87578 (WebCore::SVGScriptElement::setCreatedByParser):
96650 (WebCore::ScriptElementData::setCreatedByParser):
96663 (WebCore::HTMLScriptElement::setCreatedByParser):
[all …]
DChangeLog-2007-10-148631 (WebCore::HTMLFrameOwnerElement::setCreatedByParser):
9351 In r25098, we only called setCreatedByParser for XML! This patch
10859 (WebCore::SVGStyleElement::setCreatedByParser):
10899 (WebCore::HTMLStyleElement::setCreatedByParser):
DChangeLog-2008-08-104676 (WebCore::ProcessingInstruction::setCreatedByParser):
4691 (WebCore::HTMLLinkElement::setCreatedByParser):
DChangeLog-2005-08-2319124 (DOM::HTMLScriptElementImpl::setCreatedByParser):