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_org/chrome/browser/history/
url_database.h
235
static const char
kURLRowFields
[];
237
// The number of fiends in
kURLRowFields
. If callers need additional
239
// fields following
kURLRowFields
.
298
// This is available BOTH as a macro and a static string (
kURLRowFields
). Use
url_database.cc
22
const char URLDatabase::
kURLRowFields
[] = HISTORY_URL_ROW_FIELDS;
63
//
kURLRowFields
.
241
sql.append(
kURLRowFields
);
251
sql.append(
kURLRowFields
);
338
sql.append(
kURLRowFields
);
Completed in 33 milliseconds