OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:table_creator
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_database.cc
209
std::string
table_creator
=
local
212
table_creator
+= base::StringPrintf("%s%s %s",
217
table_creator
+= ")";
218
if (!db->Execute(
table_creator
.c_str()))
/external/chromium_org/chrome/browser/predictors/
logged_in_predictor_table.cc
149
const char*
table_creator
=
local
152
if (!db->Execute(base::StringPrintf(
table_creator
, kTableName).c_str()))
Completed in 62 milliseconds