Home
last modified time | relevance | path

Searched defs:createTextChild (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
DDOMExtension.js420 Element.prototype.createTextChild = function(text) method in Element
427 DocumentFragment.prototype.createTextChild = Element.prototype.createTextChild; method in DocumentFragment
/external/chromium_org/third_party/WebKit/Source/core/dom/
DAttr.cpp90 void Attr::createTextChild() in createTextChild() function in WebCore::Attr