Searched refs:touchIcon (Results 1 – 3 of 3) sorted by relevance
/external/webkit/WebCore/html/ |
D | HTMLLinkElement.cpp | 149 …AtomicString& rel, bool& styleSheet, bool& alternate, bool& icon, bool& touchIcon, bool& precompos… in tokenizeRelAttribute() argument 159 touchIcon = false; in tokenizeRelAttribute() 168 touchIcon = true; in tokenizeRelAttribute()
|
D | PreloadScanner.cpp | 711 bool touchIcon = false; in processAttribute() local 713 …HTMLLinkElement::tokenizeRelAttribute(value, styleSheet, alternate, icon, touchIcon, precomposedTo… in processAttribute() 714 …m_linkIsStyleSheet = styleSheet && !alternate && !icon && !touchIcon && !precomposedTouchIcon && !… in processAttribute()
|
D | HTMLLinkElement.h | 97 …omicString& value, bool& stylesheet, bool& alternate, bool& icon, bool& touchIcon, bool& precompos…
|