Home
last modified time | relevance | path

Searched defs:appendChild (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium-trace/trace-viewer/src/tracing/analysis/
Dstub_analysis_table.js21 appendChild: function(node) { method in StubAnalysisTable
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemComment.java103 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemComment
DElemApplyImport.java102 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemApplyImport
DElemText.java129 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemText
DElemChoose.java134 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemChoose
DElemPI.java184 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemPI
DElemAttribute.java222 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemAttribute
DElemValueOf.java267 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemValueOf
DElemCopyOf.java217 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemCopyOf
DElemSort.java315 public Node appendChild(Node newChild) throws DOMException in appendChild() method in ElemSort
DElemWithParam.java248 public ElemTemplateElement appendChild(ElemTemplateElement elem) in appendChild() method in ElemWithParam
DElemCallTemplate.java330 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemCallTemplate
DElemForEach.java433 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemForEach
DElemVariable.java516 public ElemTemplateElement appendChild(ElemTemplateElement elem) in appendChild() method in ElemVariable
DElemTemplateElement.java254 public Node appendChild(Node newChild) throws DOMException in appendChild() method in ElemTemplateElement
292 public ElemTemplateElement appendChild(ElemTemplateElement elem) in appendChild() method in ElemTemplateElement
/external/chromium-trace/trace-viewer/src/ui/
Dcontainer_that_decorates_its_children.js33 appendChild: function(x) { method in ContainerThatDecoratesItsChildren
34 HTMLUnknownElement.prototype.appendChild.call(this, x); method in HTMLUnknownElement
/external/chromium_org/third_party/WebKit/Source/wtf/
DTreeNode.h95 void appendChild(NodeType* child) in appendChild() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLImport.cpp53 void HTMLImport::appendChild(HTMLImport* child) in appendChild() function in WebCore::HTMLImport
/external/chromium_org/chrome/browser/resources/chromeos/login/
Dresource_loader.js100 Array.prototype.forEach.call(from.children, to.appendChild, to); argument
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElementInstance.cpp166 void SVGElementInstance::appendChild(PassRefPtr<SVGElementInstance> child) in appendChild() function in WebCore::SVGElementInstance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dtreeoutline.js71 TreeOutline.prototype.appendChild = function(child) method in TreeOutline
572 TreeElement.prototype.appendChild = TreeOutline.prototype.appendChild; method in TreeElement
DProfileDataGridTree.js336 appendChild: function(child) method in WebInspector.ProfileDataGridTree
DView.js521 Element.prototype.appendChild = function(child) method in Element
/external/chromium_org/third_party/WebKit/Source/core/page/
DFrameTree.cpp59 void FrameTree::appendChild(PassRefPtr<Frame> child) in appendChild() function in WebCore::FrameTree
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java95 public Node appendChild(Node a) {throw new DTMException(NOT_SUPPORTED_ERR);} in appendChild() method in DOM2DTMdefaultNamespaceDeclarationNode

12