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

/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.h142 PassRefPtr<IconRecord> getOrCreateIconRecord(const String& iconURL);
H A DIconDatabase.cpp533 icon = getOrCreateIconRecord(iconURL);
609 pageRecord->setIconRecord(getOrCreateIconRecord(iconURL));
872 // Unlike getOrCreatePageURLRecord(), getOrCreateIconRecord() does not mark the icon as "interested in import"
873 PassRefPtr<IconRecord> IconDatabase::getOrCreateIconRecord(const String& iconURL) function in class:WebCore::IconDatabase
875 // Clients of getOrCreateIconRecord() are required to acquire the m_urlAndIconLock before calling this method
1245 pageRecord->setIconRecord(getOrCreateIconRecord(iconURL));

Completed in 142 milliseconds