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

  /external/chromium/chrome/browser/importer/
profile_import_process_host.h 29 class ProfileImportProcessHost : public BrowserChildProcessHost {
33 // messages received by the ProfileImportProcessHost and the internal
36 // ProfileImportProcessHost spawns tasks on this thread for the client.
37 ProfileImportProcessHost(ProfileImportProcessClient* import_process_client,
39 virtual ~ProfileImportProcessHost();
77 DISALLOW_COPY_AND_ASSIGN(ProfileImportProcessHost);
profile_import_process_host.cc 19 ProfileImportProcessHost::ProfileImportProcessHost(
27 ProfileImportProcessHost::~ProfileImportProcessHost() {
30 bool ProfileImportProcessHost::StartProfileImportProcess(
62 bool ProfileImportProcessHost::CancelProfileImportProcess() {
68 bool ProfileImportProcessHost::ReportImportItemFinished(
75 FilePath ProfileImportProcessHost::GetProfileImportProcessCmd() {
79 bool ProfileImportProcessHost::StartProcess() {
122 bool ProfileImportProcessHost::OnMessageReceived(const IPC::Message& message)
    [all...]

Completed in 879 milliseconds