Searched refs:bookmarked (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/history/android/
H A Dsql_handler.cc11 bookmarked(false) {
H A Dsql_handler.h21 // Whether the URL was bookmarked.
22 bool bookmarked; member in struct:history::TableIDRow
H A Dandroid_provider_backend.cc467 // Get the bookmarked rows.
471 if (i->bookmarked) {
909 row.bookmarked = statement.ColumnBool(2);
/external/chromium_org/chrome/browser/history/
H A Dscored_history_match.h121 // better) based the rate of visits, whether the page is bookmarked, and
126 const bool bookmarked,
180 // Untyped visits to bookmarked pages score this, compared to 1 for
181 // untyped visits to non-bookmarked pages and 20 for typed visits.
H A Dscored_history_match.cc523 const bool bookmarked,
535 if (bookmarked)
522 GetFrequency(const base::Time& now, const bool bookmarked, const VisitInfoVector& visits) argument

Completed in 165 milliseconds