HomeSort by relevance Sort by last modified time
    Searched refs:createHTMLElement (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebCore/editing/
ReplaceNodeWithSpanCommand.cpp 78 m_spanElement = createHTMLElement(m_node->document(), spanTag);
htmlediting.h 194 PassRefPtr<HTMLElement> createHTMLElement(Document*, const QualifiedName&);
195 PassRefPtr<HTMLElement> createHTMLElement(Document*, const AtomicString&);
FormatBlockCommand.cpp 110 RefPtr<Element> blockNode = createHTMLElement(document(), m_tagName);
htmlediting.cpp 894 PassRefPtr<HTMLElement> createHTMLElement(Document* document, const QualifiedName& name)
896 return HTMLElementFactory::createHTMLElement(name, document, 0, false);
899 PassRefPtr<HTMLElement> createHTMLElement(Document* document, const AtomicString& tagName)
901 return createHTMLElement(document, QualifiedName(nullAtom, tagName, xhtmlNamespaceURI));
    [all...]
ApplyStyleCommand.cpp 312 RefPtr<Element> fontNode = createHTMLElement(document, fontTag);
319 RefPtr<HTMLElement> styleElement = createHTMLElement(document, spanTag);
    [all...]
  /external/webkit/WebCore/html/
HTMLDocument.cpp 310 return HTMLElementFactory::createHTMLElement(QualifiedName(nullAtom, name.lower(), xhtmlNamespaceURI), this, 0, false);
HTMLParser.cpp     [all...]
  /external/webkit/WebCore/dom/
Document.cpp 649 return HTMLElementFactory::createHTMLElement(QualifiedName(nullAtom, name, xhtmlNamespaceURI), this, 0, false);
870 e = HTMLElementFactory::createHTMLElement(qName, this, 0, createdByParser);
    [all...]

Completed in 59 milliseconds