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

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebCoreStatistics.idl47 HRESULT iconRecordCount([out, retval] UINT* count);
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/wince/
H A DIconDatabaseWinCE.cpp81 size_t IconDatabase::iconRecordCount() { return 0; } function in class:WebCore::IconDatabase
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebCoreStatistics.h54 + (size_t)iconRecordCount; variable
H A DWebCoreStatistics.mm138 + (size_t)iconRecordCount
140 return iconDatabase().iconRecordCount();
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebCoreStatistics.h59 virtual HRESULT STDMETHODCALLTYPE iconRecordCount(
H A DWebCoreStatistics.cpp173 HRESULT STDMETHODCALLTYPE WebCoreStatistics::iconRecordCount( function in class:WebCoreStatistics
178 *count = (UINT) iconDatabase().iconRecordCount();
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DIconDatabaseBase.h198 virtual size_t iconRecordCount() { return 0; } function in class:WebCore::IconDatabaseBase
H A DIconDatabase.h118 virtual size_t iconRecordCount();
H A DIconDatabase.cpp769 size_t IconDatabase::iconRecordCount() function in class:WebCore::IconDatabase
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/
H A DWebProcess.cpp1000 data.statisticsNumbers.set(ASCIILiteral("IconRecordCount"), iconDatabase().iconRecordCount());

Completed in 99 milliseconds