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

/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebIconDatabase.idl47 Every icon in the database has a retain count. If an icon has a retain count greater than 0, it will be written to disk for later use. If an icon's retain count equals zero it will be removed from disk. The retain count is not persistent across launches. If the WebKit client wishes to retain an icon it should retain the icon once for every launch. This is best done at initialization time before the database begins removing icons. To make sure that the database does not remove unretained icons prematurely, call delayDatabaseCleanup until all desired icons are retained. Once all are retained, call allowDatabaseCleanup.
127 @method delayDatabaseCleanup:
131 - (void)delayDatabaseCleanup;
133 HRESULT delayDatabaseCleanup();
/macosx-10.10/WebCore-7600.1.25/loader/icon/wince/
H A DIconDatabaseWinCE.cpp74 void IconDatabase::delayDatabaseCleanup() {} function in class:WebCore::IconDatabase
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebIconDatabase.h62 Every icon in the database has a retain count. If an icon has a retain count greater than 0, it will be written to disk for later use. If an icon's retain count equals zero it will be removed from disk. The retain count is not persistent across launches. If the WebKit client wishes to retain an icon it should retain the icon once for every launch. This is best done at initialization time before the database begins removing icons. To make sure that the database does not remove unretained icons prematurely, call delayDatabaseCleanup until all desired icons are retained. Once all are retained, call allowDatabaseCleanup.
134 @method delayDatabaseCleanup:
139 + (void)delayDatabaseCleanup; variable
H A DWebIconDatabase.mm199 + (void)delayDatabaseCleanup
203 IconDatabase::delayDatabaseCleanup();
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebIconDatabase.h80 virtual HRESULT STDMETHODCALLTYPE delayDatabaseCleanup( void);
H A DWebIconDatabase.cpp220 HRESULT STDMETHODCALLTYPE WebIconDatabase::delayDatabaseCleanup(void) function in class:WebIconDatabase
222 IconDatabase::delayDatabaseCleanup();
/macosx-10.10/WebCore-7600.1.25/loader/icon/
H A DIconDatabase.h49 static void delayDatabaseCleanup() { } function in class:WebCore::final
101 static void delayDatabaseCleanup();
H A DIconDatabase.cpp735 void IconDatabase::delayDatabaseCleanup() function in class:WebCore::IconDatabase
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebIconDatabase.cpp74 IconDatabase::delayDatabaseCleanup();

Completed in 90 milliseconds