HomeSort by relevance Sort by last modified time
    Searched full:nodename (Results 251 - 275 of 637) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode14.js 80 Using isEqualNode check if 2 Attr nodes having the same nodeName and a null namespaceURI
nodeisequalnode15.js 78 Using isEqualNode check if 2 Attr nodes having the same nodeName and a null namespaceURI
nodeisequalnode19.js 80 Using isEqualNode check if 2 Attr nodes having the same nodeName but different namespaceURIs
nodeisequalnode20.js 78 Using isEqualNode check if an Element and an Attr nodes having the same nodeName
noderemovechild10.js 105 elemName = removedElem.nodeName;
nodereplacechild18.js 113 erefName = replacedEref.nodeName;
nodereplacechild24.js 94 var nodeName;
nodereplacechild26.js 93 var nodeName;
  /external/webkit/Source/WebCore/dom/
DocumentFragment.cpp 45 String DocumentFragment::nodeName() const
DocumentType.cpp 44 String DocumentType::nodeName() const
ProcessingInstruction.h 67 virtual String nodeName() const;
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodInfo.java 132 String nodeName = parser.getName();
133 if (!"input-method".equals(nodeName)) {
151 nodeName = parser.getName();
152 if (!"subtype".equals(nodeName)) {
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodegetlastchild.java 35 * "getLastChild()" method. The NodeName returned
hc_nodegetnextsibling.java 36 * a node with the NodeName of "#text".
hc_nodegetprevioussibling.java 36 * return a node with a NodeName of "#text".
nodeentitynodename.java 31 * Check the nodeName of the entity returned by DocumentType.entities.getNamedItem("ent1").
nodegetfirstchild.java 74 assertEquals("nodeName", "employeeId", childName);
nodegetlastchild.java 74 assertEquals("nodeName", "address", childName);
nodegetnextsibling.java 74 assertEquals("nodeName", "name", nsName);
nodegetprevioussibling.java 74 assertEquals("nodeName", "employeeId", psName);
  /libcore/luni/src/main/java/org/w3c/dom/
Notation.java 19 * <code>nodeName</code> attribute inherited from <code>Node</code> is set
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
utsname.h 55 char nodename[_UTSNAME_NODENAME_LENGTH]; member in struct:utsname
  /external/webkit/Source/WebCore/inspector/front-end/
utilities.js 206 if (node.nodeName.toLowerCase() === nameArray[i].toLowerCase())
211 Node.prototype.enclosingNodeOrSelfWithNodeName = function(nodeName)
213 return this.enclosingNodeOrSelfWithNodeNameInArray([nodeName]);
481 var name = "<" + this.nodeName.toLowerCase();
490 if (this.nodeName.toLowerCase() === "a") {
497 } else if (this.nodeName.toLowerCase() === "img") {
501 } else if (this.nodeName.toLowerCase() === "iframe") {
505 } else if (this.nodeName.toLowerCase() === "input") {
512 } else if (this.nodeName.toLowerCase() === "form") {
530 var docType = "<!DOCTYPE " + this.nodeName;
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGUseElement.cpp 389 String directUseElementName = directUseElement ? directUseElement->nodeName() : "null";
392 String elementNodeName = element->nodeName();
393 String shadowTreeElementNodeName = shadowTreeElement->nodeName();
394 String parentNodeName = element->parentNode() ? element->parentNode()->nodeName() : "null";
395 String firstChildNodeName = element->firstChild() ? element->firstChild()->nodeName() : "null";
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebNode.cpp 86 WebString WebNode::nodeName() const
88 return m_private->nodeName();

Completed in 206 milliseconds

<<11121314151617181920>>