Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4324 IconURL firstTouchPrecomposedIcon; in iconURLs() local
4354 if (firstTouchPrecomposedIcon.m_iconType != InvalidIcon) in iconURLs()
4355 secondaryIcons.append(firstTouchPrecomposedIcon); in iconURLs()
4356 firstTouchPrecomposedIcon = newURL; in iconURLs()
4370 if (firstTouchPrecomposedIcon.m_iconType != InvalidIcon) in iconURLs()
4371 iconURLs.append(firstTouchPrecomposedIcon); in iconURLs()