OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NeedsProfilePicture
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_downloader_delegate.h
31
virtual bool
NeedsProfilePicture
() const = 0;
gaia_info_update_service.h
35
virtual bool
NeedsProfilePicture
() const OVERRIDE;
gaia_info_update_service.cc
80
bool GAIAInfoUpdateService::
NeedsProfilePicture
() const {
profile_downloader.cc
288
if (!delegate_->
NeedsProfilePicture
()) {
/external/chromium_org/chrome/browser/managed_mode/
custodian_profile_downloader_service.h
31
virtual bool
NeedsProfilePicture
() const OVERRIDE;
custodian_profile_downloader_service.cc
37
bool CustodianProfileDownloaderService::
NeedsProfilePicture
() const {
/external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_impl.h
61
virtual bool
NeedsProfilePicture
() const OVERRIDE;
user_image_manager_impl.cc
618
bool UserImageManagerImpl::
NeedsProfilePicture
() const {
Completed in 333 milliseconds