Home | History | Annotate | Download | only in html

Lines Matching refs:fastGetAttribute

181     return m_bestFitImageURL.isNull() ? fastGetAttribute(srcAttr) : m_bestFitImageURL;
262 const AtomicString& alt = fastGetAttribute(altAttr);
266 return fastGetAttribute(titleAttr);
289 if (!source->fastGetAttribute(srcAttr).isNull())
291 String srcset = source->fastGetAttribute(srcsetAttr);
294 String type = source->fastGetAttribute(typeAttr);
301 String sizes = source->fastGetAttribute(sizesAttr);
307 ImageCandidate candidate = bestFitSourceForSrcsetAttribute(document().devicePixelRatio(), effectiveSize, source->fastGetAttribute(srcsetAttr));
546 const AtomicString& usemap = fastGetAttribute(usemapAttr);
635 String sizes = fastGetAttribute(sizesAttr);
642 ImageCandidate candidate = bestFitSourceForImageAttributes(document().devicePixelRatio(), effectiveSize, fastGetAttribute(srcAttr), fastGetAttribute(srcsetAttr));