Searched refs:aggressively (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_database.h134 // Try to trim the cache memory used by the database. If |aggressively| is
136 void TrimMemory(bool aggressively);
H A Dthumbnail_database.h58 // Try to trim the cache memory used by the database. If |aggressively| is
60 void TrimMemory(bool aggressively);
H A Dhistory_database.cc232 void HistoryDatabase::TrimMemory(bool aggressively) { argument
233 db_.TrimMemory(aggressively);
H A Dthumbnail_database.cc644 void ThumbnailDatabase::TrimMemory(bool aggressively) { argument
645 db_.TrimMemory(aggressively);
/external/chromium_org/sql/
H A Dconnection.h203 // Try to trim the cache memory used by the database. If |aggressively| is
205 // |aggressively| is false, this function will try to cut cache memory
207 void TrimMemory(bool aggressively);
H A Dconnection.cc350 void Connection::TrimMemory(bool aggressively) { argument
364 int shrink_cache_size = aggressively ? 1 : (original_cache_size / 2);
/external/libunwind/doc/
H A Dlibunwind.tex278 To speed up execution, \Prog{libunwind} may aggressively cache the

Completed in 585 milliseconds