Searched defs:iconRecord (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/icon/
H A DPageURLRecord.h67 IconRecord* iconRecord() { return m_iconRecord.get(); } function in class:WebCore::PageURLRecord
H A DIconDatabase.cpp254 IconRecord* iconRecord = pageRecord->iconRecord(); local
259 if (!m_iconURLImportComplete && !iconRecord)
263 ASSERT(iconRecord || m_retainedPageURLs.contains(pageURLOriginal));
265 if (!iconRecord)
270 if (iconRecord->imageDataStatus() == ImageDataStatusUnknown) {
276 m_iconsPendingReading.add(iconRecord);
296 return iconRecord->image(size);
330 return pageRecord->iconRecord() ? pageRecord->iconRecord()
475 IconRecord* iconRecord = pageRecord->iconRecord(); local
606 RefPtr<IconRecord> iconRecord = pageRecord->iconRecord(); local
1305 IconRecord* iconRecord = record->iconRecord(); local
[all...]

Completed in 46 milliseconds