OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_picture_enabled
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/screens/
user_image_screen.cc
230
void UserImageScreen::SetProfilePictureEnabled(bool
profile_picture_enabled
) {
231
if (profile_picture_enabled_ ==
profile_picture_enabled
)
233
profile_picture_enabled_ =
profile_picture_enabled
;
234
if (
profile_picture_enabled
) {
252
actor_->SetProfilePictureEnabled(
profile_picture_enabled
);
/external/chromium_org/chrome/browser/chromeos/login/
wizard_controller.cc
323
bool
profile_picture_enabled
= true;
local
326
screen_parameters_->GetBoolean("
profile_picture_enabled
",
327
&
profile_picture_enabled
);
339
screen->SetProfilePictureEnabled(
profile_picture_enabled
);
Completed in 505 milliseconds