OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kURLRowFields
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
url_database.cc
20
const char URLDatabase::
kURLRowFields
[] = HISTORY_URL_ROW_FIELDS;
73
//
kURLRowFields
.
250
sql.append(
kURLRowFields
);
264
sql.append(
kURLRowFields
);
353
sql.append(
kURLRowFields
);
url_database.h
227
static const char
kURLRowFields
[];
229
// The number of fiends in
kURLRowFields
. If callers need additional
231
// fields following
kURLRowFields
.
286
// This is available BOTH as a macro and a static string (
kURLRowFields
). Use
Completed in 22 milliseconds