HomeSort by relevance Sort by last modified time
    Searched defs:TakePhotoView (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
take_photo_view.h 24 class TakePhotoView : public views::View,
38 explicit TakePhotoView(Delegate* delegate);
39 virtual ~TakePhotoView();
89 DISALLOW_COPY_AND_ASSIGN(TakePhotoView);
take_photo_view.cc 145 TakePhotoView::TakePhotoView(Delegate* delegate)
154 TakePhotoView::~TakePhotoView() {
157 void TakePhotoView::Init() {
187 void TakePhotoView::InitLayout() {
219 void TakePhotoView::UpdateVideoFrame(const SkBitmap& frame) {
238 void TakePhotoView::ShowCameraInitializing() {
248 void TakePhotoView::ShowCameraError() {
255 const SkBitmap& TakePhotoView::GetImage() const
    [all...]

Completed in 2064 milliseconds