Home
last modified time | relevance | path

Searched refs:touchIcon (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/html/
DHTMLLinkElement.cpp149 …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()
DPreloadScanner.cpp711 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()
DHTMLLinkElement.h97 …omicString& value, bool& stylesheet, bool& alternate, bool& icon, bool& touchIcon, bool& precompos…