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

  /external/webkit/WebCore/html/
HTMLFrameOwnerElement.cpp 36 : HTMLElement(tagName, document, CreateElement)
HTMLAnchorElement.cpp 45 : HTMLElement(tagName, document, CreateElement)
HTMLElement.cpp 61 return adoptRef(new HTMLElement(tagName, document, CreateElement));
    [all...]
  /external/skia/include/svg/
SkSVGParser.h 61 static SkSVGElement* CreateElement(SkSVGTypes type, SkSVGElement* parent);
  /external/skia/src/svg/
SkSVGParser.cpp 208 SkSVGElement* element = CreateElement(type, parent);
360 SkSVGElement* SkSVGParser::CreateElement(SkSVGTypes type, SkSVGElement* parent) {
  /external/webkit/WebCore/dom/
Node.h 576 enum ConstructionType { CreateContainer, CreateElement, CreateOther, CreateText, CreateElementZeroRefCount };
Node.cpp 351 case CreateElement:
366 case CreateElement:
384 case CreateElement:
396 case CreateElement:
    [all...]
Element.cpp 72 return adoptRef(new Element(tagName, document, CreateElement));
111 RefPtr<Element> clone = document()->createElement(tagQName(), false);
    [all...]

Completed in 263 milliseconds