OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnCaptureSuccess
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
camera_controller.h
23
virtual void
OnCaptureSuccess
() = 0;
52
virtual void
OnCaptureSuccess
();
user_image_screen.h
32
virtual void
OnCaptureSuccess
();
camera.h
45
virtual void
OnCaptureSuccess
() = 0;
127
void
OnCaptureSuccess
();
camera_controller.cc
88
void CameraController::
OnCaptureSuccess
() {
93
delegate_->
OnCaptureSuccess
();
user_image_screen.cc
69
void UserImageScreen::
OnCaptureSuccess
() {
camera.cc
536
NewRunnableMethod(this, &Camera::
OnCaptureSuccess
));
563
void Camera::
OnCaptureSuccess
() {
566
delegate_->
OnCaptureSuccess
();
/external/chromium/chrome/browser/chromeos/options/
take_photo_dialog.h
50
virtual void
OnCaptureSuccess
();
take_photo_dialog.cc
97
void TakePhotoDialog::
OnCaptureSuccess
() {
Completed in 849 milliseconds