Searched refs:attributeValue (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLPreloadScanner.cpp | 70 String attributeValue(iter->m_value.data(), iter->m_value.size()); in processAttributes() local 73 m_charset = attributeValue; in processAttributes() 77 setUrlToLoad(attributeValue); in processAttributes() 80 setUrlToLoad(attributeValue); in processAttributes() 82 m_linkIsStyleSheet = relAttributeIsStyleSheet(attributeValue); in processAttributes() 84 m_linkMediaAttributeIsScreen = linkMediaAttributeIsScreen(attributeValue); in processAttributes() 87 setUrlToLoad(attributeValue); in processAttributes() 89 m_inputIsImage = equalIgnoringCase(attributeValue, InputTypeNames::image()); in processAttributes() 94 static bool relAttributeIsStyleSheet(const String& attributeValue) in relAttributeIsStyleSheet() argument 97 HTMLLinkElement::tokenizeRelAttribute(attributeValue, rel); in relAttributeIsStyleSheet() [all …]
|
D | HTMLMetaCharsetParser.cpp | 113 String attributeValue(iter->m_value.data(), iter->m_value.size()); in processMeta() local 116 if (equalIgnoringCase(attributeValue, "content-type")) in processMeta() 120 charset = attributeValue; in processMeta() 123 charset = extractCharset(attributeValue); in processMeta()
|
/external/chromium/chrome/browser/resources/shared/js/ |
D | i18n_template.js | 37 'i18n-content': function(element, attributeValue, obj) { argument 38 element.textContent = obj[attributeValue]; 44 'i18n-options': function(element, attributeValue, obj) { argument 45 var options = obj[attributeValue]; 59 'i18n-values': function(element, attributeValue, obj) { argument 60 var parts = attributeValue.replace(/\s/g, '').split(/;/);
|
/external/webkit/Source/WebCore/loader/ |
D | FormSubmission.cpp | 148 String attributeValue; in create() local 149 if (!(attributeValue = submitButton->getAttribute(formactionAttr)).isNull()) in create() 150 copiedAttributes.parseAction(attributeValue); in create() 151 if (!(attributeValue = submitButton->getAttribute(formenctypeAttr)).isNull()) in create() 152 copiedAttributes.parseEncodingType(attributeValue); in create() 153 if (!(attributeValue = submitButton->getAttribute(formmethodAttr)).isNull()) in create() 154 copiedAttributes.parseMethodType(attributeValue); in create() 155 if (!(attributeValue = submitButton->getAttribute(formtargetAttr)).isNull()) in create() 156 copiedAttributes.setTarget(attributeValue); in create()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLFormControlElement.cpp | 606 const AtomicString& attributeValue = getAttribute(placeholderAttr); in strippedPlaceholder() local 607 if (!attributeValue.contains(newlineCharacter) && !attributeValue.contains(carriageReturn)) in strippedPlaceholder() 608 return attributeValue; in strippedPlaceholder() 611 unsigned length = attributeValue.length(); in strippedPlaceholder() 614 UChar character = attributeValue[i]; in strippedPlaceholder() 626 const AtomicString& attributeValue = getAttribute(placeholderAttr); in isPlaceholderEmpty() local 627 return attributeValue.string().find(isNotLineBreak) == notFound; in isPlaceholderEmpty()
|
/external/webkit/Source/WebCore/xml/ |
D | XMLViewer.js | 351 var attributeValue = createHTMLElement('span'); 352 attributeValue.classList.add('webkit-html-attribute-value'); 353 attributeValue.textContent = attributeNode.value; 360 attribute.appendChild(attributeValue);
|
/external/expat/xmlwf/ |
D | xmlwf.c | 64 attributeValue(FILE *fp, const XML_Char *s) in attributeValue() function 138 attributeValue(fp, *atts); in startElement() 181 attributeValue(fp, name); in startElementNS() 205 attributeValue(fp, *atts); in startElementNS() 208 attributeValue(fp, name); in startElementNS()
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 4268 (AccessibilityUIElement::attributeValue): 4271 (AccessibilityUIElement::attributeValue):
|
D | ChangeLog-2010-05-24 | 30281 Don't leak the JSStringRef returned by AccessibilityUIElement::attributeValue. 31592 (AccessibilityUIElement::attributeValue):
|