Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/
DHTMLLinkElement.cpp149 …& styleSheet, bool& alternate, bool& icon, bool& touchIcon, bool& precomposedTouchIcon, bool& dnsP… in tokenizeRelAttribute() argument
160 precomposedTouchIcon = false; in tokenizeRelAttribute()
170 precomposedTouchIcon = true; in tokenizeRelAttribute()
DPreloadScanner.cpp712 bool precomposedTouchIcon = false; in processAttribute() local
713 …kenizeRelAttribute(value, styleSheet, alternate, icon, touchIcon, precomposedTouchIcon, dnsPrefetc… in processAttribute()
714 …sStyleSheet = styleSheet && !alternate && !icon && !touchIcon && !precomposedTouchIcon && !dnsPref… in processAttribute()
DHTMLLinkElement.h97 …& stylesheet, bool& alternate, bool& icon, bool& touchIcon, bool& precomposedTouchIcon, bool& dnsP…