Home
last modified time | relevance | path

Searched refs:take_photo_view_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/options/
Dtake_photo_dialog.cc31 : take_photo_view_(NULL), in TakePhotoDialog()
46 return !take_photo_view_->is_capturing(); in IsDialogButtonEnabled()
65 const SkBitmap& image = take_photo_view_->GetImage(); in Accept()
73 if (!take_photo_view_) { in GetContentsView()
74 take_photo_view_ = new TakePhotoView(this); in GetContentsView()
75 take_photo_view_->Init(); in GetContentsView()
76 AddChildView(take_photo_view_); in GetContentsView()
101 take_photo_view_->UpdateVideoFrame(frame); in OnCaptureSuccess()
105 take_photo_view_->ShowCameraError(); in OnCaptureFailure()
126 take_photo_view_->SetBounds(left, top, contents_width, contents_height); in Layout()
[all …]
Dtake_photo_dialog.h68 TakePhotoView* take_photo_view_; variable
/external/chromium/chrome/browser/chromeos/login/
Duser_image_view.cc59 take_photo_view_(NULL), in UserImageView()
82 take_photo_view_ = new TakePhotoView(this); in Init()
83 take_photo_view_->set_show_title(false); in Init()
94 take_photo_view_->Init(); in Init()
152 layout->AddView(take_photo_view_); in InitLayout()
168 DCHECK(take_photo_view_); in UpdateVideoFrame()
169 take_photo_view_->UpdateVideoFrame(frame); in UpdateVideoFrame()
173 DCHECK(take_photo_view_); in ShowCameraInitializing()
174 take_photo_view_->ShowCameraInitializing(); in ShowCameraInitializing()
178 DCHECK(take_photo_view_); in ShowCameraError()
[all …]
Duser_image_view.h90 TakePhotoView* take_photo_view_; variable