HomeSort by relevance Sort by last modified time
    Searched refs:NamedNodeMap (Results 276 - 300 of 378) sorted by null

<<111213141516

  /external/webkit/Source/WebCore/dom/
Element.cpp 206 if (NamedNodeMap* attributeMap = attributes(true))
803 void Element::setAttributeMap(PassRefPtr<NamedNodeMap> list, FragmentScriptingPermission scriptingPermission)
902 m_attributeMap = NamedNodeMap::create(const_cast<Element*>(this));
    [all...]
Node.cpp 70 #include "NamedNodeMap.h"
186 if (NamedNodeMap* attrMap = element->attributes(true)) {
280 printf(" Number of NamedNodeMaps: %zu [%zu]\n", attrMaps, sizeof(NamedNodeMap));
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 36 import org.w3c.dom.NamedNodeMap;
638 public NamedNodeMap getAttributes()
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
JUnitTestCaseAdapter.java 30 import org.w3c.dom.NamedNodeMap;
230 public void assertSize(DOMTestCase test, String assertID, int expectedSize, NamedNodeMap collection) {
482 public int size(NamedNodeMap collection) {
  /sdk/attribute_stats/src/
Analyzer.java 19 import org.w3c.dom.NamedNodeMap;
236 NamedNodeMap attributes = element.getAttributes();
278 NamedNodeMap attributes = element.getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidPackageRenameParticipant.java 67 import org.w3c.dom.NamedNodeMap;
361 NamedNodeMap attributes = node.getAttributes();
503 NamedNodeMap attributes = node.getAttributes();
AndroidTypeMoveParticipant.java 61 import org.w3c.dom.NamedNodeMap;
287 NamedNodeMap attributes = node.getAttributes();
401 NamedNodeMap attributes = node.getAttributes();
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_attrcreatetextnode.js 85 from the NamedNodeMap interface.
hc_attrcreatetextnode2.js 85 from the NamedNodeMap interface.
hc_attreffectivevalue.js 81 from the NamedNodeMap interface.
hc_attrnextsiblingnull.js 81 "getNamedItem(name)" method from the NamedNodeMap interface.
hc_attrparentnodenull.js 81 method from the NamedNodeMap interface.
hc_attrprevioussiblingnull.js 81 "getNamedItem(name)" method from the NamedNodeMap interface.
hc_attrspecifiedvalue.js 84 the "getNamedItem(name)" method from the NamedNodeMap
hc_attrspecifiedvaluechanged.js 86 method from the NamedNodeMap interface.
hc_elementassociatedattribute.js 82 the "getNamedItem(name)" method from the NamedNodeMap
hc_elementremoveattributeaftercreate.js 84 "getNamedItem(name)" method from the NamedNodeMap
hc_namednodemapchildnoderange.js 78 Create a NamedNodeMap object from the attributes of the
hc_namednodemapgetnameditem.js 78 Retrieve the second "p" element and create a NamedNodeMap
hc_namednodemapinuseattributeerr.js 82 Create a NamedNodeMap object from the attributes of the
hc_namednodemapnotfounderr.js 82 Create a NamedNodeMap object from the attributes of the
hc_namednodemapremovenameditem.js 81 Retrieve the third employee and create a NamedNodeMap
hc_namednodemapreturnattrnode.js 78 Retrieve the second p element and create a NamedNodeMap
hc_namednodemapreturnfirstitem.js 81 Retrieve the second "acronym" get the NamedNodeMap of the attributes. Since the
hc_namednodemapreturnnull.js 81 Retrieve the second employee and create a NamedNodeMap

Completed in 243 milliseconds

<<111213141516