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

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_database.cc 66 db_.set_cache_size(32);
  /external/chromium_org/components/webdata/common/
web_database.cc 81 db_.set_cache_size(32);
  /external/chromium_org/sql/
connection.h 106 void set_cache_size(int cache_size) { cache_size_ = cache_size; } function in class:sql::Connection
  /external/chromium_org/chrome/browser/history/android/
android_cache_database.cc 185 connection.set_cache_size(32);
  /external/chromium_org/chrome/browser/history/
history_database.cc 58 db_.set_cache_size(1000);
top_sites_database.cc 729 db->set_cache_size(32);
thumbnail_database.cc     [all...]
  /external/chromium_org/components/password_manager/core/browser/
login_database.cc 131 db_.set_cache_size(32);
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 179 db_->set_cache_size(32);
    [all...]

Completed in 752 milliseconds