Home
last modified time | relevance | path

Searched refs:notation2 (Results 1 – 4 of 4) sorted by relevance

/external/webkit/LayoutTests/dom/xhtml/level3/core/
Dnodeissamenode08.js94 var notation2;
107 notation2 = entitiesMap.getNamedItem("notation1");
108 isSame = notation1.isSameNode(notation2);
Dnodecomparedocumentposition24.js92 var notation2;
105 notation2 = notaionsMap.getNamedItem("notation1");
106 notationPosition = notation.compareDocumentPosition(notation2);
Dnodeisequalnode26.js103 var notation2;
126 notation2 = notationsMap2.getNamedItem("notation1");
127 isEqual = notation1.isEqualNode(notation2);
/external/expat/lib/
Dxmlrole.c113 notation0, notation1, notation2, notation3, notation4, variable
689 state->handler = notation2; in notation1()
698 notation2(PROLOG_STATE *state, in notation2() function