OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_cache_size
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/history/
archived_database.cc
36
db_.
set_cache_size
(64);
history_database.cc
84
db_.
set_cache_size
(6000);
top_sites_database.cc
370
db->
set_cache_size
(32);
text_database.cc
141
db_.
set_cache_size
(512);
thumbnail_database.cc
135
db->
set_cache_size
(32);
/external/chromium/chrome/browser/webdata/
web_database.cc
97
db_.
set_cache_size
(32);
/external/chromium/chrome/browser/password_manager/
login_database.cc
54
db_.
set_cache_size
(32);
/external/chromium/app/sql/
connection.h
126
void
set_cache_size
(int cache_size) { cache_size_ = cache_size; }
function in class:sql::Connection
Completed in 571 milliseconds