Home
last modified time | relevance | path

Searched refs:total_history_rows_count (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/importer/
Dexternal_process_importer_client.cc140 size_t total_history_rows_count) { in OnHistoryImportStart() argument
144 total_history_rows_count_ = total_history_rows_count; in OnHistoryImportStart()
145 history_rows_.reserve(total_history_rows_count); in OnHistoryImportStart()
Dprofile_import_process_client.h52 virtual void OnHistoryImportStart(size_t total_history_rows_count);
Dprofile_import_process_client.cc40 size_t total_history_rows_count) { in OnHistoryImportStart() argument
Dexternal_process_importer_client.h70 virtual void OnHistoryImportStart(size_t total_history_rows_count) OVERRIDE;