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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp4696 IconURL firstTouchPrecomposedIcon; local
4718 if (firstTouchPrecomposedIcon.m_iconType != InvalidIcon)
4719 secondaryIcons.append(firstTouchPrecomposedIcon);
4720 firstTouchPrecomposedIcon = newURL;
4734 if (firstTouchPrecomposedIcon.m_iconType != InvalidIcon)
4735 iconURLs.append(firstTouchPrecomposedIcon);

Completed in 105 milliseconds