OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_capturing_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
take_photo_view.h
68
bool is_capturing() const { return
is_capturing_
; }
82
bool
is_capturing_
;
member in class:chromeos::TakePhotoView
take_photo_view.cc
149
is_capturing_
(false),
220
if (!
is_capturing_
)
239
is_capturing_
= true;
249
if (!
is_capturing_
)
260
is_capturing_
= false;
274
is_capturing_
= !
is_capturing_
;
275
if (
is_capturing_
) {
camera.h
162
bool
is_capturing_
;
member in class:chromeos::Camera
camera.cc
136
is_capturing_
(false),
156
} else if (!
is_capturing_
) {
273
if (
is_capturing_
) {
302
is_capturing_
= true;
315
if (!
is_capturing_
) {
320
is_capturing_
= false;
408
if (!
is_capturing_
)
Completed in 1289 milliseconds