Searched refs:OnPhotoTaken (Results 1 – 4 of 4) sorted by relevance
38 virtual void OnPhotoTaken(const SkBitmap& image);
42 virtual void OnPhotoTaken(const SkBitmap& image) = 0;
82 void UserImageScreen::OnPhotoTaken(const SkBitmap& image) { in OnPhotoTaken() function in chromeos::UserImageScreen
198 delegate_->OnPhotoTaken(take_photo_view_->GetImage()); in ButtonPressed()