Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4323 IconURL firstTouchIcon; in iconURLs() local
4350 if (firstTouchIcon.m_iconType != InvalidIcon) in iconURLs()
4351 secondaryIcons.append(firstTouchIcon); in iconURLs()
4352 firstTouchIcon = newURL; in iconURLs()
4368 if (firstTouchIcon.m_iconType != InvalidIcon) in iconURLs()
4369 iconURLs.append(firstTouchIcon); in iconURLs()