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

/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebIconDatabase.h58 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.
126 @method delayDatabaseCleanup:
131 + (void)delayDatabaseCleanup; variable
H A DWebIconDatabase.mm201 + (void)delayDatabaseCleanup
205 IconDatabase::delayDatabaseCleanup();
/macosx-10.9.5/WebKit-7537.78.2/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.9.5/WebCore-7537.78.1/loader/icon/wince/
H A DIconDatabaseWinCE.cpp74 void IconDatabase::delayDatabaseCleanup() {} function in class:WebCore::IconDatabase
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebIconDatabase.h88 virtual HRESULT STDMETHODCALLTYPE delayDatabaseCleanup( void);
H A DWebIconDatabase.cpp218 HRESULT STDMETHODCALLTYPE WebIconDatabase::delayDatabaseCleanup(void) function in class:WebIconDatabase
220 IconDatabase::delayDatabaseCleanup();
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DIconDatabase.h68 static void delayDatabaseCleanup() { } function in class:WebCore::IconDatabase
111 static void delayDatabaseCleanup();
H A DIconDatabase.cpp736 void IconDatabase::delayDatabaseCleanup() function in class:WebCore::IconDatabase
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_settings.cpp156 WebCore::IconDatabase::delayDatabaseCleanup();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebIconDatabase.cpp76 IconDatabase::delayDatabaseCleanup();
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitfavicondatabase.cpp354 IconDatabase::delayDatabaseCleanup();
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebsettings.cpp703 WebCore::IconDatabase::delayDatabaseCleanup();

Completed in 120 milliseconds