Home | History | Annotate | Download | only in dom

Lines Matching refs:iconURLs

4692 Vector<IconURL> Document::iconURLs(int iconTypesMask)
4726 Vector<IconURL> iconURLs;
4728 iconURLs.append(firstFavicon);
4730 iconURLs.append(IconURL::defaultFavicon(m_url));
4733 iconURLs.append(firstTouchIcon);
4735 iconURLs.append(firstTouchPrecomposedIcon);
4737 iconURLs.append(secondaryIcons[i]);
4738 return iconURLs;