Home
last modified time | relevance | path

Searched refs:notations (Results 1 – 25 of 47) sorted by relevance

12

/external/webkit/LayoutTests/dom/xhtml/level2/core/
Dhc_notationsremovenameditemns1.js89 var notations;
109 notations = docType.notations;
111 assertNotNull("notationsNotNull",notations);
114 retval = notations.removeNamedItemNS("http://www.w3.org/1999/xhtml","alpha");
Dhc_notationssetnameditemns1.js89 var notations;
110 notations = docType.notations;
112 assertNotNull("notationsNotNull",notations);
116 retval = notations.setNamedItemNS(elem);
/external/webkit/LayoutTests/dom/xhtml/level1/core/
Dhc_notationsremovenameditem1.js89 var notations;
109 notations = docType.notations;
111 assertNotNull("notationsNotNull",notations);
116 retval = notations.removeNamedItem("notation1");
Dhc_notationssetnameditem1.js90 var notations;
111 notations = docType.notations;
113 assertNotNull("notationsNotNull",notations);
117 retval = notations.setNamedItem(elem);
Dhc_nodevalue08.js111 nodeMap = docType.notations;
/external/webkit/LayoutTests/dom/html/level1/core/
Dhc_notationsremovenameditem1.js89 var notations;
109 notations = docType.notations;
111 assertNotNull("notationsNotNull",notations);
116 retval = notations.removeNamedItem("notation1");
Dhc_notationssetnameditem1.js90 var notations;
111 notations = docType.notations;
113 assertNotNull("notationsNotNull",notations);
117 retval = notations.setNamedItem(elem);
Dhc_nodevalue08.js111 nodeMap = docType.notations;
/external/webkit/LayoutTests/dom/html/level2/core/
Dhc_notationsremovenameditemns1.js89 var notations;
109 notations = docType.notations;
111 assertNotNull("notationsNotNull",notations);
114 retval = notations.removeNamedItemNS("http://www.w3.org/1999/xhtml","alpha");
Dhc_notationssetnameditemns1.js89 var notations;
110 notations = docType.notations;
112 assertNotNull("notationsNotNull",notations);
116 retval = notations.setNamedItemNS(elem);
/external/webkit/LayoutTests/dom/xhtml/level3/core/
Dnoderemovechild07.js93 var notations;
104 notations = docType.notations;
106 notation = notations.getNamedItem("notation1");
Dnodesetuserdata07.js93 var notations;
110 notations = docType.notations;
112 notation = notations.getNamedItem("notation1");
Dnodegetfeature13.js93 var notations;
104 notations = doctype.notations;
106 node = notations.getNamedItem("notation1");
Dnodeisequalnode26.js121 notationsMap1 = docType1.notations;
123 notationsMap2 = docType2.notations;
Dnodegettextcontent05.js102 notationsMap = docType.notations;
Dnodesettextcontent04.js103 notationsMap = docType.notations;
Dnodecomparedocumentposition24.js102 notaionsMap = docType.notations;
Dnodeissamenode08.js104 entitiesMap = docType.notations;
Dnodelookupnamespaceuri04.js108 notationsMap = docType.notations;
Dnodeisequalnode27.js107 notationsMap = docType.notations;
Dnodegetbaseuri13.js104 notationsMap = docType.notations;
Ddocumentadoptnode19.js101 notationMap = docType.notations;
Dnodelookupprefix04.js108 notationsMap = docType.notations;
Dnoderemovechild27.js109 notationsMap = docType.notations;
Dnodecomparedocumentposition22.js107 notationsMap = docType.notations;

12