Home
last modified time | relevance | path

Searched refs:createHTMLElement (Results 1 – 25 of 42) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/parser/
H A DHTMLConstructionSite.cpp265 m_head = attachToCurrent(createHTMLElement(token)); in insertHTMLHeadElement()
272 m_openElements.pushHTMLBodyElement(attachToCurrent(createHTMLElement(token))); in insertHTMLBodyElement()
277 RefPtr<Element> element = createHTMLElement(token); in insertHTMLFormElement()
289 m_openElements.push(attachToCurrent(createHTMLElement(token))); in insertHTMLElement()
295 RefPtr<Element> element = attachToCurrent(createHTMLElement(token)); in insertSelfClosingHTMLElement()
372 PassRefPtr<Element> HTMLConstructionSite::createHTMLElement(AtomicHTMLToken& token) in createHTMLElement() function in WebCore::HTMLConstructionSite
378 …RefPtr<Element> element = HTMLElementFactory::createHTMLElement(tagName, currentNode()->document()… in createHTMLElement()
419 return createHTMLElement(fakeToken); in createHTMLElementFromSavedElement()
H A DHTMLConstructionSite.h71 PassRefPtr<Element> createHTMLElement(AtomicHTMLToken&);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A Dhtmlediting.h188 PassRefPtr<HTMLElement> createHTMLElement(Document*, const QualifiedName&);
189 PassRefPtr<HTMLElement> createHTMLElement(Document*, const AtomicString&);
H A DReplaceNodeWithSpanCommand.cpp77 m_spanElement = createHTMLElement(m_elementToReplace->document(), spanTag); in doApply()
H A DApplyStyleCommand.cpp109 RefPtr<Element> fontNode = createHTMLElement(document, fontTag); in createFontElement()
116 RefPtr<HTMLElement> styleElement = createHTMLElement(document, spanTag); in createStyleSpanElement()
1433 surroundNodeRangeWithElement(startNode, endNode, createHTMLElement(document(), bTag)); in addInlineStyleIfNeeded()
1436 surroundNodeRangeWithElement(startNode, endNode, createHTMLElement(document(), iTag)); in addInlineStyleIfNeeded()
1439 surroundNodeRangeWithElement(startNode, endNode, createHTMLElement(document(), uTag)); in addInlineStyleIfNeeded()
1442 surroundNodeRangeWithElement(startNode, endNode, createHTMLElement(document(), strikeTag)); in addInlineStyleIfNeeded()
1445 surroundNodeRangeWithElement(startNode, endNode, createHTMLElement(document(), subTag)); in addInlineStyleIfNeeded()
1447 surroundNodeRangeWithElement(startNode, endNode, createHTMLElement(document(), supTag)); in addInlineStyleIfNeeded()
H A DInsertListCommand.cpp217 RefPtr<HTMLElement> newList = createHTMLElement(document(), listTag); in doApplyForSingleParagraph()
351 listElement = createHTMLElement(document(), listTag); in listifyParagraph()
H A Dhtmlediting.cpp856 PassRefPtr<HTMLElement> createHTMLElement(Document* document, const QualifiedName& name) in createHTMLElement() function
858 return HTMLElementFactory::createHTMLElement(name, document, 0, false); in createHTMLElement()
861 PassRefPtr<HTMLElement> createHTMLElement(Document* document, const AtomicString& tagName) in createHTMLElement() function
863 return createHTMLElement(document, QualifiedName(nullAtom, tagName, xhtmlNamespaceURI)); in createHTMLElement()
H A DApplyBlockElementCommand.cpp278 RefPtr<Element> element = createHTMLElement(document(), m_tagName); in createBlockElement()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DHTMLElementFactory.h51 …static PassRefPtr<HTMLElement> createHTMLElement(const WebCore::QualifiedName&, WebCore::Document*…
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xslt/xslt/
H A DtxMozillaXMLOutput.h79 nsresult createHTMLElement(nsAtom* aName, mozilla::dom::Element** aResult);
H A DtxMozillaXMLOutput.cpp643 rv = createHTMLElement(nsGkAtoms::tbody, getter_AddRefs(tbody)); in startHTMLElement()
662 rv = createHTMLElement(nsGkAtoms::meta, getter_AddRefs(meta)); in startHTMLElement()
854 nsresult txMozillaXMLOutput::createHTMLElement(nsAtom* aName, in createHTMLElement() function in txMozillaXMLOutput
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xslt/xslt/
H A DtxMozillaXMLOutput.h84 nsresult createHTMLElement(nsIAtom* aName,
H A DtxMozillaXMLOutput.cpp690 rv = createHTMLElement(nsGkAtoms::tbody, getter_AddRefs(tbody)); in startHTMLElement()
710 rv = createHTMLElement(nsGkAtoms::meta, getter_AddRefs(meta)); in startHTMLElement()
919 txMozillaXMLOutput::createHTMLElement(nsIAtom* aName, in createHTMLElement() function in txMozillaXMLOutput
/dports/www/firefox-esr/firefox-91.8.0/dom/xslt/xslt/
H A DtxMozillaXMLOutput.h82 nsresult createHTMLElement(nsAtom* aName, mozilla::dom::Element** aResult);
H A DtxMozillaXMLOutput.cpp635 rv = createHTMLElement(nsGkAtoms::tbody, getter_AddRefs(tbody)); in startHTMLElement()
657 rv = createHTMLElement(nsGkAtoms::meta, getter_AddRefs(meta)); in startHTMLElement()
827 nsresult txMozillaXMLOutput::createHTMLElement(nsAtom* aName, in createHTMLElement() function in txMozillaXMLOutput
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xslt/xslt/
H A DtxMozillaXMLOutput.h82 nsresult createHTMLElement(nsAtom* aName, mozilla::dom::Element** aResult);
H A DtxMozillaXMLOutput.cpp631 rv = createHTMLElement(nsGkAtoms::tbody, getter_AddRefs(tbody)); in startHTMLElement()
650 rv = createHTMLElement(nsGkAtoms::meta, getter_AddRefs(meta)); in startHTMLElement()
839 nsresult txMozillaXMLOutput::createHTMLElement(nsAtom* aName, in createHTMLElement() function in txMozillaXMLOutput
/dports/www/firefox/firefox-99.0/dom/xslt/xslt/
H A DtxMozillaXMLOutput.h82 nsresult createHTMLElement(nsAtom* aName, mozilla::dom::Element** aResult);
H A DtxMozillaXMLOutput.cpp632 rv = createHTMLElement(nsGkAtoms::tbody, getter_AddRefs(tbody)); in startHTMLElement()
650 rv = createHTMLElement(nsGkAtoms::meta, getter_AddRefs(meta)); in startHTMLElement()
819 nsresult txMozillaXMLOutput::createHTMLElement(nsAtom* aName, in createHTMLElement() function in txMozillaXMLOutput
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xslt/xslt/
H A DtxMozillaXMLOutput.h82 nsresult createHTMLElement(nsAtom* aName, mozilla::dom::Element** aResult);
H A DtxMozillaXMLOutput.cpp635 rv = createHTMLElement(nsGkAtoms::tbody, getter_AddRefs(tbody)); in startHTMLElement()
657 rv = createHTMLElement(nsGkAtoms::meta, getter_AddRefs(meta)); in startHTMLElement()
827 nsresult txMozillaXMLOutput::createHTMLElement(nsAtom* aName, in createHTMLElement() function in txMozillaXMLOutput
/dports/www/kf5-khtml/khtml-5.89.0/src/editing/
H A Dhtmlediting_impl.cpp520 ElementImpl *styleElement = document()->createHTMLElement("SPAN"); in createTypingStyleElement()
670 ElementImpl *block = document()->createHTMLElement("DIV"); in doApply()
925 styleElement = document()->createHTMLElement("SPAN"); in applyStyleIfNeeded()
1746 ElementImpl *listItem = document()->createHTMLElement("LI"); in doApply()
1749 ElementImpl *listItem = document()->createHTMLElement("LI"); in doApply()
1762 ElementImpl *breakNode = document()->createHTMLElement("BR"); in doApply()
1797 ElementImpl *extraBreakNode = document()->createHTMLElement("BR"); in doApply()
2894 … ElementImpl *ol = document()->createHTMLElement(m_listType == OrderedList ? "OL" : "UL"); in doApply()
2895 ElementImpl *li = document()->createHTMLElement("LI"); in doApply()
2955 NodeImpl *blockquoteElement = document()->createHTMLElement("blockquote"); in indent()
[all …]
H A Deditor.cpp400 styleElement = m_part->xmlDocImpl()->createHTMLElement("SPAN"); in selectionComputedStyle()
/dports/www/kf5-khtml/khtml-5.89.0/src/html/
H A Dhtml_documentimpl.cpp170 return createHTMLElement(name, hMode != XHtml); in createElement()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLDocument.cpp294 …return HTMLElementFactory::createHTMLElement(QualifiedName(nullAtom, name.lower(), xhtmlNamespaceU… in createElement()

12