Searched refs:DoRegister (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/
H A Dpush_messaging_message_filter.h39 void DoRegister(int render_frame_id,
H A Dpush_messaging_message_filter.cc62 base::Bind(&PushMessagingMessageFilter::DoRegister,
72 void PushMessagingMessageFilter::DoRegister( function in class:content::PushMessagingMessageFilter
/external/chromium_org/components/invalidation/
H A Dregistration_manager.cc34 void RegistrationManager::RegistrationStatus::DoRegister() { function in class:syncer::RegistrationManager::RegistrationStatus
189 it->second->DoRegister();
233 delay, status, &RegistrationManager::RegistrationStatus::DoRegister);
252 status->DoRegister();
H A Dregistration_manager.h118 // Calls registration_manager->DoRegister(model_type). (needed by
121 void DoRegister();
167 // RegistrationStatus::DoRegister().
/external/chromium_org/components/gcm_driver/
H A Dgcm_driver_desktop.h119 void DoRegister(const std::string& app_id,
H A Dgcm_driver_desktop.cc482 delayed_task_controller_->AddTask(base::Bind(&GCMDriverDesktop::DoRegister,
489 DoRegister(app_id, sender_ids);
492 void GCMDriverDesktop::DoRegister(const std::string& app_id, function in class:gcm::GCMDriverDesktop
/external/chromium_org/cloud_print/virtual_driver/win/install/
H A Dsetup.cc468 HRESULT DoRegister(const base::FilePath& install_path) { function in namespace:cloud_print::__anon6261
523 return DoRegister(exe_path);

Completed in 132 milliseconds