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

  /external/chromium_org/chrome/browser/importer/
external_process_importer_client.cc 166 history_rows_.reserve(total_history_rows_count);
175 history_rows_.insert(history_rows_.end(), history_rows_group.begin(),
177 if (history_rows_.size() == total_history_rows_count_)
178 bridge_->SetHistoryItems(history_rows_,
external_process_importer_client.h 114 std::vector<ImporterURLRow> history_rows_; member in class:ExternalProcessImporterClient

Completed in 52 milliseconds