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

  /external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.h 39 void set_profile(Profile* profile) { profile_ = profile; } function in class:SelectedKeywordView
keyword_hint_view.h 48 void set_profile(Profile* profile) { profile_ = profile; } function in class:KeywordHintView
content_setting_image_view.h 35 void set_profile(Profile* profile) { profile_ = profile; } function in class:ContentSettingImageView
location_bar_view.cc 331 selected_keyword_view_->set_profile(profile);
332 keyword_hint_view_->set_profile(profile);
335 (*i)->set_profile(profile);
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_event_observers_chromeos.cc 34 automation_->set_profile(
automation_provider.h 90 void set_profile(Profile* profile);
automation_provider.cc 180 void AutomationProvider::set_profile(Profile* profile) { function in class:AutomationProvider
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.h 26 void set_profile(Profile* profile) { profile_ = profile; } function in class:AutocompletePopupModel
autocomplete_edit.cc 94 popup_->set_profile(profile);
    [all...]
  /external/chromium_org/components/autofill/core/browser/
phone_number.h 29 void set_profile(AutofillProfile* profile) { profile_ = profile; } function in class:autofill::PhoneNumber
autofill_profile.cc 259 phone_number_[i].set_profile(this);
  /external/chromium_org/chrome/browser/plugins/
plugin_prefs_factory.cc 49 plugin_prefs->set_profile(profile->GetOriginalProfile());
plugin_prefs.h 75 void set_profile(Profile* profile) { profile_ = profile; } function in class:PluginPrefs
  /external/chromium/chrome/browser/extensions/
extension_function.h 50 void set_profile(Profile* profile) { profile_ = profile; } function in class:ExtensionFunction
extension_function_dispatcher.cc 483 function->set_profile(profile_);
  /external/chromium_org/chrome/browser/feedback/
feedback_data.h 84 void set_profile(Profile* profile) { profile_ = profile; } function in class:FeedbackData
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.h 71 void set_profile(void* profile) { function in class:ChromeNetworkDelegate
  /external/chromium_org/chrome/browser/sync/
sync_global_error_unittest.cc 82 set_profile(CreateProfile());
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.h 155 void set_profile(Profile* profile) { profile_ = profile; } function in class:LocationBarViewGtk::ContentSettingImageViewGtk
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_private_api.cc 184 feedback_data->set_profile(GetProfile());
  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.cc 174 feedback_data->set_profile(profile);
  /external/chromium/chrome/browser/sync/
sync_setup_wizard_unittest.cc 171 set_profile(new TestingProfileWithSyncService());
  /external/chromium/chrome/browser/
external_tab_container_win.cc 149 tab_contents_->controller().set_profile(profile);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc 188 network_delegate_->set_profile(&profile_);
786 network_delegate_->set_profile(&profile_);
    [all...]

Completed in 771 milliseconds