Home | History | Annotate | Download | only in parser

Lines Matching defs:valueLength

931         int valueLength = static_cast<int>(attributes[i].end - attributes[i].value);
932 AtomicString attrValue = toAtomicString(attributes[i].value, valueLength);
1610 int valueLength = (int) (attributes[i].end - attributes[i].value);
1611 String attrValue = toString(attributes[i].value, valueLength);