Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.cpp77 static String urlForLogging(const String& url) in urlForLogging() function
455 …LOG_ERROR("Attempting to release icon for URL %s which is not retained", urlForLogging(pageURLOrig… in releaseIconForPageURL()
462 …LOG(IconDatabase, "Releasing pageURL %s to a retain count of %i", urlForLogging(pageURLOriginal).a… in releaseIconForPageURL()
470 …LOG(IconDatabase, "No more retainers for PageURL %s", urlForLogging(pageURLOriginal).ascii().data(… in releaseIconForPageURL()
550 … for icon url %s is about to be destroyed - removing mapping for it", urlForLogging(icon->iconURL(… in setIconDataForIconURL()
567 … "Dispatching notification that retaining pageURL %s has a new icon", urlForLogging(pageURLs[i]).a… in setIconDataForIconURL()
615 … for icon url %s is about to be destroyed - removing mapping for it", urlForLogging(iconRecord->ic… in setIconURLForPageURL()
638 …Dispatching notification that we changed an icon mapping for url %s", urlForLogging(pageURL).ascii… in setIconURLForPageURL()
902 …LOG(IconDatabase, "Creating new PageURLRecord for pageURL %s", urlForLogging(pageURL).ascii().data… in getOrCreatePageURLRecord()
1513 …ead. Adding it to the list and removing it from the interested set", urlForLogging(*iter).ascii()… in readFromDatabase()
[all …]
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.cpp92 static String urlForLogging(const String& url) in urlForLogging() function
701 …LOG(Media, "HTMLMediaElement::loadResource(%s, %s)", urlForLogging(initialURL.string()).utf8().dat… in loadResource()
719 …LOG(Media, "HTMLMediaElement::loadResource - m_currentSrc -> %s", urlForLogging(m_currentSrc).utf8… in loadResource()
752 …MLMediaElement::isSafeToLoadURL(%s) -> FALSE because url is invalid", urlForLogging(url.string()).… in isSafeToLoadURL()
760 …diaElement::isSafeToLoadURL(%s) -> FALSE rejected by SecurityOrigin", urlForLogging(url.string()).… in isSafeToLoadURL()
1769 …LOG(Media, "HTMLMediaElement::selectNextSourceChild - 'src' is %s", urlForLogging(mediaURL).utf8()… in selectNextSourceChild()
1820 …ment::selectNextSourceChild -> %p, %s", m_currentSourceNode, canUse ? urlForLogging(mediaURL.strin… in selectNextSourceChild()
1832 … LOG(Media, "HTMLMediaElement::sourceWasAdded - 'src' is %s", urlForLogging(url).utf8().data()); in sourceWasAdded()
1879 …LOG(Media, "HTMLMediaElement::sourceWillBeRemoved - 'src' is %s", urlForLogging(url).utf8().data()… in sourceWillBeRemoved()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-148238 (WebCore::urlForLogging): Cut a URL down in length for sane logging and debugging
DChangeLog-2010-12-0658799 (WebCore::urlForLogging):