OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matched_columns
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/extensions/activity_log/
counting_policy.cc
229
static const char*
matched_columns
[] = {
local
268
for (size_t i = 0; i < arraysize(
matched_columns
); i++) {
270
"%s AND %s IS ?", locate_str.c_str(),
matched_columns
[i]);
272
base::StringPrintf("%s, %s", insert_str.c_str(),
matched_columns
[i]);
275
for (size_t i = 0; i < arraysize(
matched_columns
); i++) {
288
// The contents in values must match up with fields in
matched_columns
. A
Completed in 40 milliseconds