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

  /external/webkit/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.
134 @method allowDatabaseCleanup:
136 allowDatabaseCleanup decrements an internal counter that when 0 begins the database clean-up.
139 + (void)allowDatabaseCleanup;
WebIconDatabase.mm 196 + (void)allowDatabaseCleanup
200 IconDatabase::allowDatabaseCleanup();
  /external/webkit/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.
136 @method allowDatabaseCleanup:
138 allowDatabaseCleanup decrements an internal counter that when 0 begins the database clean-up.
140 - (void)allowDatabaseCleanup;
142 HRESULT allowDatabaseCleanup();
  /external/webkit/WebCore/loader/icon/
IconDatabaseNone.cpp 171 void IconDatabase::allowDatabaseCleanup()
IconDatabase.h 97 static void allowDatabaseCleanup();
IconDatabase.cpp     [all...]
  /external/webkit/WebCore/loader/icon/wince/
IconDatabaseWince.cpp 68 void IconDatabase::allowDatabaseCleanup() {}
  /external/webkit/WebKit/win/
WebIconDatabase.h 93 virtual HRESULT STDMETHODCALLTYPE allowDatabaseCleanup( void);
WebIconDatabase.cpp 225 HRESULT STDMETHODCALLTYPE WebIconDatabase::allowDatabaseCleanup(void)
227 IconDatabase::allowDatabaseCleanup();

Completed in 175 milliseconds