HomeSort by relevance Sort by last modified time
    Searched refs:set_profile (Results 1 - 11 of 11) 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/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/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/chrome/browser/ui/gtk/
location_bar_view_gtk.h 155 void set_profile(Profile* profile) { profile_ = profile; } function in class:LocationBarViewGtk::ContentSettingImageViewGtk
  /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...]

Completed in 337 milliseconds