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

/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.cpp644 IconLoadDecision IconDatabase::synchronousLoadDecisionForIconURL(const String& iconURL, DocumentLoader* notificationDocumentLoader) argument
669 LOG(IconDatabase, "Don't know if we should load %s or not - adding %p to the set of document loaders waiting on a decision", iconURL.ascii().data(), notificationDocumentLoader);
670 if (notificationDocumentLoader)
671 m_loadersPendingDecision.add(notificationDocumentLoader);

Completed in 296 milliseconds