Home
last modified time | relevance | path

Searched refs:valueEnd (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DWindowFeatures.cpp75 int valueBegin, valueEnd; in WindowFeatures() local
112 valueEnd = i; in WindowFeatures()
117 String valueString(buffer.substring(valueBegin, valueEnd - valueBegin)); in WindowFeatures()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMetaElement-in.cpp76 int valueBegin, valueEnd; in parseContentAttribute() local
118 valueEnd = i; in parseContentAttribute()
123 String valueString = buffer.substring(valueBegin, valueEnd - valueBegin); in parseContentAttribute()
/external/expat/lib/
Dxmltok.h121 const char *valueEnd; member
Dexpat.h755 XML_Index valueEnd; /* Offset after the attribute value's last byte. */ member
Dxmltok_impl.c1469 atts[nAtts].valueEnd = ptr; in PREFIX()
1483 atts[nAtts].valueEnd = ptr; in PREFIX()
Dxmlparse.c2771 currAttInfo->valueEnd = parseEndByteIndex - (parseEndPtr - currAtt->valueEnd); in storeAtts()
2801 atts[i].valuePtr, atts[i].valueEnd, in storeAtts()
2811 atts[i].valueEnd); in storeAtts()