OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitTables
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/enhanced_bookmarks/
persistent_image_store.cc
16
bool
InitTables
(sql::Connection& db) {
59
if (!
InitTables
(db) ||
/external/chromium_org/chrome/browser/history/
top_sites_database.cc
64
bool
InitTables
(sql::Connection* db) {
260
if (!
InitTables
(recovery->db())) {
409
if (!
InitTables
(db_.get()))
thumbnail_database.cc
281
bool
InitTables
(sql::Connection* db) {
469
if (!
InitTables
(recovery->db()) || !InitIndices(recovery->db())) {
[
all
...]
/external/chromium_org/third_party/libwebp/dsp/
enc.c
71
static void
InitTables
(void) {
697
InitTables
();
Completed in 1806 milliseconds