OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:take_photo_view_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/chromeos/options/
take_photo_dialog.cc
31
:
take_photo_view_
(NULL),
46
return !
take_photo_view_
->is_capturing();
65
const SkBitmap& image =
take_photo_view_
->GetImage();
73
if (!
take_photo_view_
) {
74
take_photo_view_
= new TakePhotoView(this);
75
take_photo_view_
->Init();
76
AddChildView(
take_photo_view_
);
101
take_photo_view_
->UpdateVideoFrame(frame);
105
take_photo_view_
->ShowCameraError();
126
take_photo_view_
->SetBounds(left, top, contents_width, contents_height)
[
all
...]
take_photo_dialog.h
68
TakePhotoView*
take_photo_view_
;
member in class:chromeos::TakePhotoDialog
/external/chromium/chrome/browser/chromeos/login/
user_image_view.cc
59
take_photo_view_
(NULL),
82
take_photo_view_
= new TakePhotoView(this);
83
take_photo_view_
->set_show_title(false);
94
take_photo_view_
->Init();
152
layout->AddView(
take_photo_view_
);
168
DCHECK(
take_photo_view_
);
169
take_photo_view_
->UpdateVideoFrame(frame);
173
DCHECK(
take_photo_view_
);
174
take_photo_view_
->ShowCameraInitializing();
178
DCHECK(
take_photo_view_
);
[
all
...]
user_image_view.h
90
TakePhotoView*
take_photo_view_
;
member in class:chromeos::UserImageView
Completed in 33 milliseconds