Home | History | Annotate | Download | only in html

Lines Matching refs:attributeValue

120     const AtomicString& attributeValue = fastGetAttribute(placeholderAttr);
121 if (!attributeValue.contains(newlineCharacter) && !attributeValue.contains(carriageReturn))
122 return attributeValue;
125 unsigned length = attributeValue.length();
128 UChar character = attributeValue[i];
140 const AtomicString& attributeValue = fastGetAttribute(placeholderAttr);
141 return attributeValue.string().find(isNotLineBreak) == kNotFound;