Searched refs:ImporterURLRow (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/common/importer/
H A Dimporter_url_row.cc7 ImporterURLRow::ImporterURLRow() function in class:ImporterURLRow
13 ImporterURLRow::ImporterURLRow(const GURL& url) function in class:ImporterURLRow
H A Dimporter_url_row.h15 struct ImporterURLRow { struct
17 ImporterURLRow();
18 explicit ImporterURLRow(const GURL& url);
H A Dprofile_import_process_messages.h63 int /* total number of ImporterURLRow items */)
66 std::vector<ImporterURLRow>,
H A Dimporter_bridge.h53 virtual void SetHistoryItems(const std::vector<ImporterURLRow>& rows,
H A Dprofile_import_process_param_traits_macros.h41 IPC_STRUCT_TRAITS_BEGIN(ImporterURLRow)
/external/chromium_org/chrome/utility/importer/
H A Dexternal_process_importer_bridge.h28 struct ImporterURLRow;
63 virtual void SetHistoryItems(const std::vector<ImporterURLRow>& rows,
H A Dexternal_process_importer_bridge.cc103 const std::vector<ImporterURLRow>& rows,
111 for (std::vector<ImporterURLRow>::const_iterator it = rows.begin();
113 std::vector<ImporterURLRow> row_group;
114 std::vector<ImporterURLRow>::const_iterator end_group =
H A Dsafari_importer.h86 void ParseHistoryItems(std::vector<ImporterURLRow>* history_items);
H A Dfirefox_importer.cc174 std::vector<ImporterURLRow> rows;
182 ImporterURLRow row(url);
H A Die_importer_win.cc487 std::vector<ImporterURLRow> rows;
510 ImporterURLRow row(url);
/external/chromium_org/chrome/browser/importer/
H A Dexternal_process_importer_client.h71 const std::vector<ImporterURLRow>& history_rows_group,
114 std::vector<ImporterURLRow> history_rows_;
H A Din_process_importer_bridge.h51 virtual void SetHistoryItems(const std::vector<ImporterURLRow>& rows,
H A Din_process_importer_bridge.cc34 const std::vector<ImporterURLRow>& rows) {
37 for (std::vector<ImporterURLRow>::const_iterator it = rows.begin();
219 const std::vector<ImporterURLRow>& rows,
H A Dexternal_process_importer_client.cc170 const std::vector<ImporterURLRow>& history_rows_group,

Completed in 574 milliseconds