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

/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.h143 PageURLRecord* getOrCreatePageURLRecord(const String& pageURL);
H A DIconDatabase.cpp237 pageRecord = getOrCreatePageURLRecord(pageURLCopy);
321 pageRecord = getOrCreatePageURLRecord(pageURLOriginal.crossThreadString());
872 // Unlike getOrCreatePageURLRecord(), getOrCreateIconRecord() does not mark the icon as "interested in import"
888 PageURLRecord* IconDatabase::getOrCreatePageURLRecord(const String& pageURL) function in class:WebCore::IconDatabase
890 // Clients of getOrCreatePageURLRecord() are required to acquire the m_urlAndIconLock before calling this method

Completed in 18 milliseconds