Home | History | Annotate | Download | only in html

Lines Matching full:icon

149 void HTMLLinkElement::tokenizeRelAttribute(const AtomicString& rel, bool& styleSheet, bool& alternate, bool& icon, bool& touchIcon, bool& precomposedTouchIcon, bool& dnsPrefetch)
151 void HTMLLinkElement::tokenizeRelAttribute(const AtomicString& rel, bool& styleSheet, bool& alternate, bool& icon, bool& dnsPrefetch)
155 icon = false;
164 else if (equalIgnoringCase(rel, "icon") || equalIgnoringCase(rel, "shortcut icon"))
165 icon = true;
167 else if (equalIgnoringCase(rel, "apple-touch-icon"))
169 else if (equalIgnoringCase(rel, "apple-touch-icon-precomposed"))
189 else if (equalIgnoringCase(*it, "icon"))
190 icon = true;
202 // IE extension: location of small icon for locationbar / bookmarks