HomeSort by relevance Sort by last modified time
    Searched refs:SetProfile (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/browser/chromeos/power/
power_prefs.h 54 void SetProfile(Profile* profile);
power_prefs.cc 82 SetProfile(ProfileHelper::GetSigninProfile());
87 SetProfile(ProfileManager::GetPrimaryUserProfile());
93 SetProfile(NULL);
231 void PowerPrefs::SetProfile(Profile* profile) {
  /external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager.cc 111 SetProfile(profile);
116 SetProfile(ProfileManager::GetActiveUserProfile());
120 void SetProfile(Profile* profile) {
226 SetProfile(profile);
231 SetProfile(ProfileManager::GetActiveUserProfile());
242 SetProfile(NULL);
accessibility_manager.h 96 // Should be called from AccessibilityManager::SetProfile().
219 void SetProfile(Profile* profile);
accessibility_manager.cc 866 void AccessibilityManager::SetProfile(Profile* profile) {
    [all...]
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.h 46 base::android::ScopedJavaLocalRef<jstring> SetProfile(JNIEnv* env,
personal_data_manager_android.cc 210 ScopedJavaLocalRef<jstring> PersonalDataManagerAndroid::SetProfile(
  /external/chromium_org/chrome/browser/ui/autofill/
mock_autofill_dialog_view_delegate.cc 66 void MockAutofillDialogViewDelegate::SetProfile(Profile* profile) {
mock_autofill_dialog_view_delegate.h 90 void SetProfile(Profile* profile);
  /external/chromium_org/chrome/browser/autofill/
autofill_interactive_uitest.cc 257 void SetProfile(const AutofillProfile& profile) {
    [all...]
autofill_browsertest.cc 142 void SetProfile(const AutofillProfile& profile) {
454 SetProfile(with_invalid);
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h 153 void SetProfile(Profile* profile);
system_tray_delegate_chromeos.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views_unittest.cc 58 view_delegate_.SetProfile(profile());
  /external/chromium_org/components/wifi/
wifi_service_win.cc 401 DWORD SetProfile(bool shared, const std::string& profile_xml, bool overwrite);
599 error_code = SetProfile(shared, profile_xml, false);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmcontainer.h 249 STDMETHOD_(HRESULT,SetProfile)(THIS_ IMFASFProfile *pIProfile) PURE;
293 #define IMFASFContentInfo_SetProfile(This,pIProfile) (This)->lpVtbl->SetProfile(This,pIProfile)
    [all...]

Completed in 264 milliseconds