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

  /external/chromium_org/components/history/core/browser/
url_database_unittest.cc 77 url_info1.set_typed_count(2);
87 url_info2.set_typed_count(0);
103 url_info2.set_typed_count(1);
104 url_info2.set_typed_count(91011);
124 url_info1.set_typed_count(3);
134 url_info4.set_typed_count(6);
165 url_info1.set_typed_count(2);
204 url_info1.set_typed_count(2);
237 url_match_typed_count.set_typed_count(kLowQualityMatchTypedLimit);
265 url_info1.set_typed_count(2)
    [all...]
url_row.h 83 void set_typed_count(int typed_count) { function in class:history::URLRow
  /external/chromium_org/chrome/browser/metrics/
omnibox_metrics_provider.cc 162 suggestion->set_typed_count(i->typed_count);
  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service_unittest.cc 158 history_url.set_typed_count(typed_count);
191 url->set_typed_count(url->typed_count() + 1);
207 url->set_typed_count(url->typed_count() + 1);
453 url_rows[0].set_typed_count(0);
history_backend_unittest.cc 425 url_row.set_typed_count(1);
435 url_row.set_typed_count(2);
512 row1.set_typed_count(1);
689 row1.set_typed_count(1);
851 row2.set_typed_count(1);
855 row3.set_typed_count(1);
859 row4.set_typed_count(1);
    [all...]
url_index_private_data.cc 313 row_to_update.set_typed_count(row.typed_count());
712 new_row.set_typed_count(row.typed_count());
    [all...]
expire_history_backend.cc 441 url_row.set_typed_count(
history_backend.cc 772 url_info.set_typed_count(url_info.typed_count() + typed_increment);
784 url_info.set_typed_count(typed_increment);
    [all...]
scored_history_match_unittest.cc 69 row.set_typed_count(typed_count);
expire_history_backend_unittest.cc 203 url_row2.set_typed_count(1);
history_service.cc 472 row.set_typed_count(typed_count);
    [all...]
  /external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc 61 row.set_typed_count(typed_count);
in_process_importer_bridge.cc 42 row.set_typed_count(it->typed_count);
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator_unittest.cc 36 history_url.set_typed_count(typed_count);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 349 history_url.set_typed_count(typed_count);
    [all...]

Completed in 3767 milliseconds