Searched refs:SetProfile (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/power/
H A Dpower_prefs.h54 void SetProfile(Profile* profile);
H A Dpower_prefs.cc82 SetProfile(ProfileHelper::GetSigninProfile());
87 SetProfile(ProfileManager::GetPrimaryUserProfile());
93 SetProfile(NULL);
231 void PowerPrefs::SetProfile(Profile* profile) { function in class:chromeos::PowerPrefs
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dmagnification_manager.cc110 SetProfile(profile);
115 SetProfile(ProfileManager::GetActiveUserProfile());
119 void SetProfile(Profile* profile) { function in class:chromeos::MagnificationManagerImpl
225 SetProfile(profile);
230 SetProfile(ProfileManager::GetActiveUserProfile());
241 SetProfile(NULL);
H A Daccessibility_manager.h96 // Should be called from AccessibilityManager::SetProfile().
224 void SetProfile(Profile* profile);
H A Daccessibility_manager.cc884 void AccessibilityManager::SetProfile(Profile* profile) { function in class:chromeos::AccessibilityManager
958 SetProfile(ProfileManager::GetActiveUserProfile());
962 SetProfile(profile);
1051 SetProfile(profile);
1056 SetProfile(ProfileManager::GetActiveUserProfile());
1070 SetProfile(NULL);
/external/chromium_org/chrome/browser/autofill/android/
H A Dpersonal_data_manager_android.h46 base::android::ScopedJavaLocalRef<jstring> SetProfile(JNIEnv* env,
H A Dpersonal_data_manager_android.cc210 ScopedJavaLocalRef<jstring> PersonalDataManagerAndroid::SetProfile( function in class:autofill::PersonalDataManagerAndroid
/external/chromium_org/chrome/browser/ui/autofill/
H A Dmock_autofill_dialog_view_delegate.cc66 void MockAutofillDialogViewDelegate::SetProfile(Profile* profile) { function in class:autofill::MockAutofillDialogViewDelegate
H A Dmock_autofill_dialog_view_delegate.h90 void SetProfile(Profile* profile);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_view_delegate.cc194 SetProfile(NULL);
203 void AppListViewDelegate::SetProfile(Profile* new_profile) { function in class:AppListViewDelegate
262 // to update until SetProfile() calls this function again.
364 SetProfile(
654 SetProfile(NULL); // Ensures launcher page web contents are torn down.
H A Dapp_list_service_impl.cc256 view_delegate_->SetProfile(profile);
323 view_delegate_->SetProfile(NULL);
H A Dapp_list_view_delegate.h64 void SetProfile(Profile* profile);
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_interactive_uitest.cc268 void SetProfile(const AutofillProfile& profile) { function in class:autofill::AutofillInteractiveTest
1229 SetProfile(profile);
1270 SetProfile(profile);
1341 SetProfile(profile);
H A Dautofill_browsertest.cc143 void SetProfile(const AutofillProfile& profile) { function in class:autofill::AutofillTest
463 SetProfile(with_invalid);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views_unittest.cc58 view_delegate_.SetProfile(profile());
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_chromeos.h142 void SetProfile(Profile* profile);
H A Dsystem_tray_delegate_chromeos.cc868 void SystemTrayDelegateChromeOS::SetProfile(Profile* profile) { function in class:chromeos::SystemTrayDelegateChromeOS
1058 // system tray's time format is updated at login via SetProfile().
1124 SetProfile(content::Source<Profile>(source).ptr());
1141 SetProfile(ProfileManager::GetActiveUserProfile());
/external/chromium_org/components/wifi/
H A Dwifi_service_win.cc401 DWORD SetProfile(bool shared, const std::string& profile_xml, bool overwrite);
599 error_code = SetProfile(shared, profile_xml, false);
875 DWORD error_code = SetProfile(shared, tkip_profile_xml, true);
1691 DWORD WiFiServiceImpl::SetProfile(bool shared, function in class:wifi::WiFiServiceImpl

Completed in 231 milliseconds