OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_save_image
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
user_image_loader.h
29
// |
should_save_image
| indicates if user image should be saved somewhere
33
bool
should_save_image
) = 0;
42
// |
should_save_image
| is passed to OnImageLoaded handler.
45
bool
should_save_image
);
56
should_save_image
(should_save) {
60
bool
should_save_image
;
member in struct:chromeos::UserImageLoader::ImageInfo
user_image_loader.cc
30
bool
should_save_image
) {
33
ImageInfo image_info(username,
should_save_image
);
64
if (image_info.
should_save_image
) {
96
image_info.
should_save_image
);
user_manager.cc
510
bool
should_save_image
) {
518
if (
should_save_image
)
Completed in 30 milliseconds