Searched refs:SendProfileImage (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Duser_image_screen_actor.h66 virtual void SendProfileImage(const std::string& data_url) = 0;
H A Duser_image_screen.cc324 actor_->SendProfileImage(profile_picture_data_url_);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Duser_image_screen_handler.h43 virtual void SendProfileImage(const std::string& data_url) OVERRIDE;
H A Duser_image_screen_handler.cc130 void UserImageScreenHandler::SendProfileImage(const std::string& data_url) { function in class:chromeos::UserImageScreenHandler
166 SendProfileImage(screen_->profile_picture_data_url());
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dchange_picture_options_handler.cc289 SendProfileImage(user->GetImage(), true);
310 void ChangePictureOptionsHandler::SendProfileImage(const gfx::ImageSkia& image, function in class:chromeos::options::ChangePictureOptionsHandler
325 SendProfileImage(user_image_manager->DownloadedProfileImage(), false);
449 SendProfileImage(*content::Details<const gfx::ImageSkia>(details).ptr(),
H A Dchange_picture_options_handler.h59 void SendProfileImage(const gfx::ImageSkia& image, bool should_select);
62 // if any, on the page. Shouldn't be called before |SendProfileImage|.

Completed in 107 milliseconds