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

  /external/chromium_org/chrome/utility/
profile_import_handler.cc 25 ProfileImportHandler::ProfileImportHandler() : items_to_import_(0) {}
27 ProfileImportHandler::~ProfileImportHandler() {}
29 bool ProfileImportHandler::OnMessageReceived(const IPC::Message& message) {
31 IPC_BEGIN_MESSAGE_MAP(ProfileImportHandler, message)
41 void ProfileImportHandler::OnImportStart(
72 void ProfileImportHandler::OnImportCancel() {
76 void ProfileImportHandler::OnImportItemFinished(uint16 item) {
85 void ProfileImportHandler::ImporterCleanup()
    [all...]
profile_import_handler.h 27 class ProfileImportHandler : public UtilityMessageHandler {
29 ProfileImportHandler();
30 virtual ~ProfileImportHandler();
chrome_content_utility_client.cc 81 handlers_.push_back(new ProfileImportHandler());

Completed in 76 milliseconds