SendProfileImage  348 chrome/browser/chromeos/login/screens/user_image_screen.cc         actor_->SendProfileImage(profile_picture_data_url_);
SendProfileImage   66 chrome/browser/chromeos/login/screens/user_image_screen_actor.h   virtual void SendProfileImage(const std::string& data_url) = 0;
SendProfileImage  162 chrome/browser/ui/webui/chromeos/login/user_image_screen_handler.cc     SendProfileImage(screen_->profile_picture_data_url());
SendProfileImage   43 chrome/browser/ui/webui/chromeos/login/user_image_screen_handler.h   virtual void SendProfileImage(const std::string& data_url) OVERRIDE;
SendProfileImage  278 chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.cc       SendProfileImage(user->image(), true);
SendProfileImage  313 chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.cc     SendProfileImage(user_image_manager->DownloadedProfileImage(), false);
SendProfileImage  435 chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.cc     SendProfileImage(*content::Details<const gfx::ImageSkia>(details).ptr(),
SendProfileImage   57 chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.h   void SendProfileImage(const gfx::ImageSkia& image, bool should_select);