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

/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebCoreStatistics.idl47 HRESULT iconRecordCount([out, retval] UINT* count);
/external/webkit/Source/WebCore/loader/icon/wince/
H A DIconDatabaseWinCE.cpp81 size_t IconDatabase::iconRecordCount() { return 0; } function in class:WebCore::IconDatabase
/external/webkit/Source/WebKit/mac/Misc/
H A DWebCoreStatistics.h53 + (size_t)iconRecordCount; variable
H A DWebCoreStatistics.mm133 + (size_t)iconRecordCount
135 return iconDatabase().iconRecordCount();
/external/webkit/Source/WebKit/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();
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabaseBase.h196 virtual size_t iconRecordCount() { return 0; } function in class:WebCore::IconDatabaseBase
H A DIconDatabase.h113 virtual size_t iconRecordCount();
H A DIconDatabase.cpp745 size_t IconDatabase::iconRecordCount() function in class:WebCore::IconDatabase

Completed in 126 milliseconds