profile_loader 58 chrome/browser/ui/app_list/app_list_service_impl.h ProfileLoader& profile_loader() { return *profile_loader_; } profile_loader 59 chrome/browser/ui/app_list/app_list_service_impl.h const ProfileLoader& profile_loader() const { return *profile_loader_; } profile_loader 517 chrome/browser/ui/views/app_list/win/app_list_service_win.cc return !shower_->HasView() && !profile_loader().IsAnyProfileLoading(); profile_loader 527 chrome/browser/ui/views/app_list/win/app_list_service_win.cc profile_loader().LoadProfileInvalidatingOtherLoads( profile_loader 42 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_loader().SetFirstName(first_name); profile_loader 43 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_loader().SetMiddleName(middle_name); profile_loader 44 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_loader().SetLastName(last_name); profile_loader 65 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_loader().SetEmailAddresses(email_addresses); profile_loader 85 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_loader().SetPhoneNumbers(phone_numbers); profile_loader 118 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_loader().SetStreet(street); profile_loader 119 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_loader().SetCity(city); profile_loader 120 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_loader().SetPostalCode(postal_code); profile_loader 121 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_loader().SetRegion(region); profile_loader 122 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_loader().SetCountry(country); profile_loader 135 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_loader().SetPostOfficeBox(post_office_box); profile_loader 136 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_loader().SetNeighborhood(neighborhood); profile_loader 143 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_loader().SetPostOfficeBox(post_office_box); profile_loader 149 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_loader().SetNeighborhood(neighborhood); profile_loader 29 components/autofill/core/browser/android/auxiliary_profiles_android.h const autofill::AuxiliaryProfileLoaderAndroid& profile_loader, profile_loader 15 components/autofill/core/browser/android/personal_data_manager_android.cc autofill::AuxiliaryProfileLoaderAndroid profile_loader; profile_loader 16 components/autofill/core/browser/android/personal_data_manager_android.cc profile_loader.Init( profile_loader 19 components/autofill/core/browser/android/personal_data_manager_android.cc if (profile_loader.GetHasPermissions()) { profile_loader 20 components/autofill/core/browser/android/personal_data_manager_android.cc autofill::AuxiliaryProfilesAndroid impl(profile_loader, app_locale_);