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

1 2

  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_unittest.cc 32 bookmark_bar.SetProfile(&profile2);
36 bookmark_bar.SetProfile(profile());
bookmark_bar_view.h 95 void SetProfile(Profile* profile);
  /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::GetDefaultProfile());
93 SetProfile(NULL);
225 void PowerPrefs::SetProfile(Profile* profile) {
  /external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager.cc 105 SetProfile(profile);
109 void SetProfile(Profile* profile) {
206 SetProfile(profile);
211 SetProfile(ProfileManager::GetDefaultProfile());
217 SetProfile(NULL);
accessibility_manager.h 55 // Should be called from AccessibilityManager::SetProfile().
116 void SetProfile(Profile* profile);
accessibility_manager.cc 550 void AccessibilityManager::SetProfile(Profile* profile) {
600 SetProfile(profile);
637 SetProfile(profile);
642 SetProfile(ProfileManager::GetDefaultProfile());
648 SetProfile(NULL);
  /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 197 ScopedJavaLocalRef<jstring> PersonalDataManagerAndroid::SetProfile(
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.h 44 void SetProfile(Profile* new_profile);
app_list_service_impl.cc 204 void AppListServiceImpl::SetProfile(Profile* new_profile) {
  /external/chromium/chrome/browser/ui/gtk/
browser_toolbar_gtk.h 105 void SetProfile(Profile* profile);
browser_toolbar_gtk.cc 120 SetProfile(profile);
393 void BrowserToolbarGtk::SetProfile(Profile* profile) {
398 location_bar_->SetProfile(profile);
location_bar_view_gtk.h 58 void SetProfile(Profile* profile);
  /external/chromium/chrome/browser/autocomplete/
autocomplete.h 376 void SetProfile(Profile* profile);
618 void SetProfile(Profile* profile);
    [all...]
autocomplete_edit.h 121 void SetProfile(Profile* profile);
autocomplete.cc 498 void AutocompleteProvider::SetProfile(Profile* profile) {
    [all...]
autocomplete_edit.cc 90 void AutocompleteEditModel::SetProfile(Profile* profile) {
93 autocomplete_controller_->SetProfile(profile);
    [all...]
  /external/chromium/chrome/browser/ui/views/
toolbar_view.h 53 void SetProfile(Profile* profile);
toolbar_view.cc 206 SetProfile(profile);
217 void ToolbarView::SetProfile(Profile* profile) {
220 location_bar_->SetProfile(profile);
  /external/chromium_org/chrome/browser/autofill/
autofill_interactive_uitest.cc 306 void SetProfile(const AutofillProfile& profile) {
    [all...]
autofill_browsertest.cc 144 void SetProfile(const AutofillProfile& profile) {
442 SetProfile(with_invalid);
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.h 58 void SetProfile(Profile* profile);
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.h 133 void SetProfile(Profile* profile);
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc     [all...]

Completed in 1208 milliseconds

1 2