OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bookmarked
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/history/android/
sql_handler.cc
11
bookmarked
(false) {
sql_handler.h
21
// Whether the URL was
bookmarked
.
22
bool
bookmarked
;
member in struct:history::TableIDRow
android_provider_backend.cc
457
// Get the
bookmarked
rows.
461
if (i->
bookmarked
) {
897
row.
bookmarked
= statement.ColumnBool(2);
[
all
...]
/external/chromium_org/chrome/browser/history/
scored_history_match.h
114
// better) based the rate of visits, whether the page is
bookmarked
, and
119
const bool
bookmarked
,
173
// Untyped visits to
bookmarked
pages score this, compared to 1 for
174
// untyped visits to non-
bookmarked
pages and 20 for typed visits.
scored_history_match.cc
509
const bool
bookmarked
,
524
if (
bookmarked
)
Completed in 4360 milliseconds