HomeSort by relevance Sort by last modified time
    Searched refs:delayDatabaseCleanup (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.h 58 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:
128 delayDatabaseCleanUp increments an internal counter that when 0 begins the database clean-up.
131 + (void)delayDatabaseCleanup;
WebIconDatabase.mm 198 + (void)delayDatabaseCleanup
202 IconDatabase::delayDatabaseCleanup();
  /external/webkit/Source/WebKit/win/Interfaces/
IWebIconDatabase.idl 47 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:
129 delayDatabaseCleanUp increments an internal counter that when 0 begins the database clean-up.
131 - (void)delayDatabaseCleanup;
133 HRESULT delayDatabaseCleanup();
  /external/webkit/Source/WebCore/loader/icon/wince/
IconDatabaseWinCE.cpp 74 void IconDatabase::delayDatabaseCleanup() {}
  /external/webkit/Source/WebCore/loader/icon/
IconDatabase.h 66 static void delayDatabaseCleanup() { }
106 static void delayDatabaseCleanup();
IconDatabase.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebIconDatabase.h 88 virtual HRESULT STDMETHODCALLTYPE delayDatabaseCleanup( void);
WebIconDatabase.cpp 218 HRESULT STDMETHODCALLTYPE WebIconDatabase::delayDatabaseCleanup(void)
220 IconDatabase::delayDatabaseCleanup();
  /external/webkit/Source/WebKit/efl/ewk/
ewk_settings.cpp 143 WebCore::IconDatabase::delayDatabaseCleanup();
  /external/webkit/Source/WebKit2/UIProcess/
WebIconDatabase.cpp 71 IconDatabase::delayDatabaseCleanup();
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.cpp 647 WebCore::IconDatabase::delayDatabaseCleanup();
    [all...]

Completed in 1305 milliseconds