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

  /external/chromium/chrome/browser/history/
url_database_unittest.cc 77 url_info1.set_typed_count(2);
86 url_info2.set_typed_count(0);
102 url_info2.set_typed_count(1);
103 url_info2.set_typed_count(91011);
130 url_info1.set_typed_count(2);
169 url_info1.set_typed_count(2);
201 url_match_typed_count.set_typed_count(kLowQualityMatchTypedLimit + 1);
229 url_info1.set_typed_count(2);
253 url_info2.set_typed_count(2);
history_types_unittest.cc 183 url_row.set_typed_count(kLowQualityMatchTypedLimit + 1);
186 url_row.set_typed_count(0);
history_backend_unittest.cc 236 row1.set_typed_count(1);
369 row1.set_typed_count(1);
829 url_info1.set_typed_count(0);
836 url_info2.set_typed_count(0);
    [all...]
history_types.h 101 void set_typed_count(int typed_count) { function in class:history::URLRow
in_memory_url_index.cc 176 new_row.set_typed_count(row.typed_count());
314 old_row.set_typed_count(row.typed_count());
    [all...]
history_backend.cc 675 url_info.set_typed_count(url_info.typed_count() + typed_increment);
686 url_info.set_typed_count(typed_increment);
    [all...]
expire_history_backend.cc 510 url_row.set_typed_count(
history.cc 392 row.set_typed_count(typed_count);
expire_history_backend_unittest.cc 218 url_row2.set_typed_count(1);
    [all...]
in_memory_url_index_unittest.cc 114 row.set_typed_count(typed_count);
  /external/chromium/chrome/browser/autocomplete/
extension_app_provider_unittest.cc 66 info.set_typed_count(kExtensionApps[i].typed_count);
history_quick_provider_unittest.cc 139 url_info.set_typed_count(cur.typed_count);
  /external/chromium/chrome/browser/sync/glue/
typed_url_model_associator.cc 156 new_url.set_typed_count(typed_url.typed_count());
376 new_url->set_typed_count(typed_url.typed_count());
379 new_url->set_typed_count(url.typed_count());
383 new_url->set_typed_count(typed_url.typed_count());
446 typed_url.set_typed_count(url.typed_count());
typed_url_model_associator_unittest.cc 27 history_url.set_typed_count(typed_count);
45 typed_url.set_typed_count(typed_count);
typed_url_change_processor.cc 243 new_url.set_typed_count(typed_url.typed_count());
279 new_url.set_typed_count(typed_url.typed_count());
  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 231 new_url.set_typed_count(typed_url.typed_count());
268 history_url.set_typed_count(typed_count);
  /external/chromium/chrome/browser/bookmarks/
bookmark_index_unittest.cc 256 info.set_typed_count(data[i].typed_count);
  /external/chromium/chrome/browser/importer/
mork_reader.cc 538 row.set_typed_count(1);
firefox3_importer.cc 144 row.set_typed_count(s.ColumnInt(4));
profile_import_process_messages.h 104 p->set_typed_count(typed_count);

Completed in 264 milliseconds