Home | History | Annotate | Download | only in android

Lines Matching refs:VISIT_COUNT

18     HistoryAndBookmarkRow::CREATED, HistoryAndBookmarkRow::VISIT_COUNT,
53 int visit_count_needed = url_row.visit_count();
88 int visit_count = url_row.visit_count();
90 if (visit_count == 0)
95 row->created() != url_row.last_visit() && visit_count > 0) {
98 visit_count--;
101 if (!AddVisitRows(row->url_id(), visit_count, url_row.last_visit()))
124 int visit_count,
127 for (int i = 0; i < visit_count; i++) {