HomeSort by relevance Sort by last modified time
    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 488 // Get the bookmarked rows.
492 if (i->bookmarked) {
930 row.bookmarked = statement.ColumnBool(2);
    [all...]
  /external/chromium_org/chrome/browser/history/
scored_history_match.h 121 // 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.
scored_history_match.cc 523 const bool bookmarked,
535 if (bookmarked)

Completed in 645 milliseconds