HomeSort by relevance Sort by last modified time
    Searched refs:getNamedItem (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /external/webkit/WebCore/bindings/js/
JSNamedNodeMapCustom.cpp 40 return impl->getNamedItem(propertyName);
46 return toJS(exec, thisObj->impl()->getNamedItem(propertyName));
JSStyleSheetListCustom.cpp 52 return styleSheetList->getNamedItem(propertyName);
58 HTMLStyleElement* element = thisObj->impl()->getNamedItem(propertyName);
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
NamedNodeMap.java 35 public Node getNamedItem(String name);
  /external/webkit/WebCore/bindings/v8/custom/
V8StyleSheetListCustom.cpp 51 HTMLStyleElement* item = imp->getNamedItem(toWebCoreString(name));
  /packages/apps/Mms/src/com/android/mms/dom/
NamedNodeMapImpl.java 34 public Node getNamedItem(String name) {
58 Node node = getNamedItem(name);
74 Node existing = getNamedItem(arg.getNodeName());
  /external/webkit/WebCore/css/
StyleSheetList.cpp 58 HTMLStyleElement* StyleSheetList::getNamedItem(const String& name) const
StyleSheetList.h 47 HTMLStyleElement* getNamedItem(const String&) const;
  /external/webkit/WebCore/html/
HTMLFormCollection.h 56 Element* getNamedItem(const QualifiedName& attrName, const AtomicString& name) const;
  /external/webkit/WebCore/dom/
NamedNodeMap.idl 29 Node getNamedItem(in DOMString name);
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
attreffectivevalue.java 33 * and examine its nodeValue attribute. This test uses the "getNamedItem(name)" method
72 domesticAttr = (Attr) attributes.getNamedItem("domestic");
attrentityreplacement.java 39 * "getNamedItem(name)" method from the NamedNodeMap
77 streetAttr = (Attr) attributes.getNamedItem("street");
attrname.java 34 * NodeName. This test uses the getNamedItem(name) method from the NamedNodeMap
73 streetAttr = (Attr) attributes.getNamedItem("street");
attrnextsiblingnull.java 34 * "getNamedItem(name)" method from the NamedNodeMap interface.
72 domesticAttr = (Attr) attributes.getNamedItem("domestic");
attrparentnodenull.java 33 * and examine its parentNode attribute. This test also uses the "getNamedItem(name)"
72 domesticAttr = (Attr) attributes.getNamedItem("domestic");
attrprevioussiblingnull.java 34 * "getNamedItem(name)" method from the NamedNodeMap interface.
72 domesticAttr = (Attr) attributes.getNamedItem("domestic");
attrspecifiedvalue.java 37 * the "getNamedItem(name)" method from the NamedNodeMap
75 domesticAttr = (Attr) attributes.getNamedItem("domestic");
attrspecifiedvaluechanged.java 38 * from the Element interface and the "getNamedItem(name)"
77 streetAttr = (Attr) attributes.getNamedItem("street");
elementassociatedattribute.java 37 * the "getNamedItem(name)" method from the NamedNodeMap
75 domesticAttr = (Attr) attributes.getNamedItem("domestic");
entitygetentityname.java 74 entityNode = (Entity) entityList.getNamedItem("ent1");
entitygetpublicidnull.java 75 entityNode = (Entity) entityList.getNamedItem("ent1");
hc_attreffectivevalue.java 33 * and examine its nodeValue attribute. This test uses the "getNamedItem(name)" method
71 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrgetvalue1.java 70 titleAttr = (Attr) attributes.getNamedItem("class");
hc_attrhaschildnodes.java 68 titleAttr = (Attr) attributes.getNamedItem("title");
hc_attrnextsiblingnull.java 34 * "getNamedItem(name)" method from the NamedNodeMap interface.
71 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrparentnodenull.java 33 * and examine its parentNode attribute. This test also uses the "getNamedItem(name)"
71 domesticAttr = (Attr) attributes.getNamedItem("title");

Completed in 1320 milliseconds

1 2 3 4 5 6