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

  /external/chromium_org/chrome/browser/chromeos/login/screens/
user_image_screen_actor.h 67 virtual void SendProfileImage(const std::string& data_url) = 0;
user_image_screen.cc 360 actor_->SendProfileImage(profile_picture_data_url_);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
user_image_screen_handler.h 43 virtual void SendProfileImage(const std::string& data_url) OVERRIDE;
user_image_screen_handler.cc 117 void UserImageScreenHandler::SendProfileImage(const std::string& data_url) {
149 SendProfileImage(screen_->profile_picture_data_url());
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.h 51 void SendProfileImage(const gfx::ImageSkia& image, bool should_select);
54 // if any, on the page. Shouldn't be called before |SendProfileImage|.
change_picture_options_handler.cc 242 SendProfileImage(user->image(), true);
262 void ChangePictureOptionsHandler::SendProfileImage(const gfx::ImageSkia& image,
278 SendProfileImage(user_image_manager->DownloadedProfileImage(), false);
410 SendProfileImage(*content::Details<const gfx::ImageSkia>(details).ptr(),

Completed in 71 milliseconds