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

  /external/chromium/chrome/browser/importer/
external_process_importer_bridge.cc 22 : profile_import_thread_(profile_import_thread) {
32 profile_import_thread_->NotifyBookmarksImportReady(
49 profile_import_thread_->NotifyFaviconsImportReady(favicons);
55 profile_import_thread_->NotifyHistoryImportReady(rows, visit_source);
62 profile_import_thread_->NotifyKeywordsReady(
68 profile_import_thread_->NotifyPasswordFormReady(form);
72 profile_import_thread_->NotifyStarted();
77 profile_import_thread_->NotifyItemStarted(item);
81 profile_import_thread_->NotifyItemEnded(item);
external_process_importer_bridge.h 68 ProfileImportThread* const profile_import_thread_; member in class:ExternalProcessImporterBridge

Completed in 114 milliseconds