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

/external/webkit/Source/WebKit/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.mm198 + (void)delayDatabaseCleanup
202 IconDatabase::delayDatabaseCleanup();
/external/webkit/Source/WebKit/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();
/external/webkit/Source/WebCore/loader/icon/wince/
H A DIconDatabaseWinCE.cpp74 void IconDatabase::delayDatabaseCleanup() {} function in class:WebCore::IconDatabase
/external/webkit/Source/WebKit/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();
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.h66 static void delayDatabaseCleanup() { } function in class:WebCore::IconDatabase
106 static void delayDatabaseCleanup();
H A DIconDatabase.cpp713 void IconDatabase::delayDatabaseCleanup() function in class:WebCore::IconDatabase
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_settings.cpp143 WebCore::IconDatabase::delayDatabaseCleanup();
/external/webkit/Source/WebKit2/UIProcess/
H A DWebIconDatabase.cpp71 IconDatabase::delayDatabaseCleanup();
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsettings.cpp647 WebCore::IconDatabase::delayDatabaseCleanup();

Completed in 196 milliseconds