Home | History | Annotate | Download | only in loader

Lines Matching refs:iconURL

625 KURL FrameLoader::iconURL()
631 // If we have an iconURL from a Link element, return that
632 if (!m_frame->document()->iconURL().isEmpty())
633 return KURL(ParsedURLString, m_frame->document()->iconURL());
635 // Don't return a favicon iconURL unless we're http or https
1014 KURL url(iconURL());
1023 LOG(IconDatabase, "FrameLoader::startIconLoader() - Told not to load this icon, committing iconURL %s to database for pageURL mapping", urlString.ascii().data());
1070 LOG(IconDatabase, "Committing iconURL %s to database for pageURLs %s and %s", icon.string().ascii().data(), m_URL.string().ascii().data(), originalRequestURL().string().ascii().data());