Searched refs:attrValue (Results 1 - 25 of 52) sorted by relevance

123

/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_elementaddnewattribute.js97 var attrValue;
107 attrValue = testEmployee.getAttribute("lang");
108 assertEquals("attrValue","EN-us",attrValue);
H A Dhc_elementchangeattributevalue.js99 var attrValue;
109 attrValue = testEmployee.getAttribute("class");
110 assertEquals("elementChangeAttributeValueAssert","Neither",attrValue);
H A Dhc_elementremoveattribute.js93 var attrValue;
103 attrValue = testEmployee.getAttribute("class");
104 assertEquals("attrValue","",attrValue);
H A Dhc_elementretrieveattrvalue.js94 var attrValue;
103 attrValue = testAddress.getAttribute("class");
104 assertEquals("attrValue","No",attrValue);
H A Dhc_documentcreateattribute.js95 var attrValue;
105 attrValue = newAttrNode.nodeValue;
107 assertEquals("value","",attrValue);
H A Dhc_elementgetelementempty.js102 var attrValue;
113 attrValue = testEmployee.getAttribute("lang");
114 assertEquals("elementGetElementEmptyAssert","",attrValue);
H A Dhc_namednodemapsetnameditemreturnvalue.js107 var attrValue;
121 attrValue = newNode.nodeValue;
123 assertEquals("previousAttrValue","No",attrValue);
H A Dhc_namednodemapsetnameditemthatexists.js108 var attrValue;
123 attrValue = districtNode.nodeValue;
125 assertEquals("namednodemapSetNamedItemThatExistsAssert","",attrValue);
H A Dhc_nodeattributenodevalue.js97 var attrValue;
107 attrValue = addrAttr.nodeValue;
109 assertEquals("nodeValue","Yes",attrValue);
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_elementaddnewattribute.js97 var attrValue;
107 attrValue = testEmployee.getAttribute("lang");
108 assertEquals("attrValue","EN-us",attrValue);
H A Dhc_elementchangeattributevalue.js99 var attrValue;
109 attrValue = testEmployee.getAttribute("class");
110 assertEquals("elementChangeAttributeValueAssert","Neither",attrValue);
H A Dhc_elementremoveattribute.js93 var attrValue;
103 attrValue = testEmployee.getAttribute("class");
104 assertEquals("attrValue","",attrValue);
H A Dhc_elementretrieveattrvalue.js94 var attrValue;
103 attrValue = testAddress.getAttribute("class");
104 assertEquals("attrValue","No",attrValue);
H A Dhc_documentcreateattribute.js95 var attrValue;
105 attrValue = newAttrNode.nodeValue;
107 assertEquals("value","",attrValue);
H A Dhc_elementgetelementempty.js102 var attrValue;
113 attrValue = testEmployee.getAttribute("lang");
114 assertEquals("elementGetElementEmptyAssert","",attrValue);
H A Dhc_namednodemapsetnameditemreturnvalue.js107 var attrValue;
121 attrValue = newNode.nodeValue;
123 assertEquals("previousAttrValue","No",attrValue);
H A Dhc_namednodemapsetnameditemthatexists.js108 var attrValue;
123 attrValue = districtNode.nodeValue;
125 assertEquals("namednodemapSetNamedItemThatExistsAssert","",attrValue);
H A Dhc_nodeattributenodevalue.js97 var attrValue;
107 attrValue = addrAttr.nodeValue;
109 assertEquals("nodeValue","Yes",attrValue);
/external/skia/src/svg/
H A DSkSVGPolygon.h18 const char* attrValue, size_t attrLength);
H A DSkSVGPolygon.cpp22 const char* attrValue, size_t attrLength) {
23 INHERITED::addAttribute(parser, attrIndex, attrValue, attrLength);
21 addAttribute(SkSVGParser& parser, int attrIndex, const char* attrValue, size_t attrLength) argument
H A DSkSVGPolyline.h19 const char* attrValue, size_t attrLength);
H A DSkSVGPolyline.cpp28 const char* attrValue, size_t attrLength) {
32 f_points.append(attrValue, attrLength);
27 addAttribute(SkSVGParser& , int attrIndex, const char* attrValue, size_t attrLength) argument
H A DSkSVGPaintState.cpp53 const char* attrValue, size_t attrLength) {
76 attr->set(attrValue, attrLength);
80 int pairs = SkParse::Count(attrValue, ';');
81 const char* attrEnd = attrValue + attrLength;
83 const char* end = strchr(attrValue, ';');
86 const char* delimiter = strchr(attrValue, ':');
88 int index = parser.findAttribute(this, attrValue, (int) (delimiter - attrValue), true);
92 attrValue = end + 1;
280 const char* attrValue
[all...]
H A DSkSVGElements.cpp17 const char* attrValue, size_t attrLength) {
20 first->set(attrValue, attrLength);
16 addAttribute(SkSVGParser& parser, int attrIndex, const char* attrValue, size_t attrLength) argument
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dcanonicalform11.js99 var attrValue;
125 attrValue = attr.nodeValue;
127 assertEquals("titleValue","default",attrValue);

Completed in 340 milliseconds

123