HomeSort by relevance Sort by last modified time
    Searched refs:search_time (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/history/android/
android_history_types.h 200 SEARCH_TIME,
230 const base::Time search_time() const { function in class:history::SearchRow
234 set_value_explicitly(SearchRow::SEARCH_TIME);
android_provider_backend.cc 592 if (!search_row.is_value_set_explicitly(SearchRow::SEARCH_TIME))
595 search_term_row.last_visit_time = search_row.search_time();
619 if (search_term_row.last_visit_time > row.search_time())
627 // Actually only search_time update. As there might multiple URLs
634 bookmark_row.set_last_visit_time(row.search_time());
    [all...]
android_provider_backend_unittest.cc     [all...]

Completed in 72 milliseconds