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

/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_unittest.cc32 bookmark_bar.SetProfile(&profile2);
36 bookmark_bar.SetProfile(profile());
H A Dbookmark_bar_view.h95 void SetProfile(Profile* profile);
H A Dbookmark_bar_view.cc365 SetProfile(profile);
386 void BookmarkBarView::SetProfile(Profile* profile) { function in class:BookmarkBarView
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.h376 void SetProfile(Profile* profile);
618 void SetProfile(Profile* profile);
H A Dautocomplete_edit.h121 void SetProfile(Profile* profile);
H A Dautocomplete.cc498 void AutocompleteProvider::SetProfile(Profile* profile) { function in class:AutocompleteProvider
823 void AutocompleteController::SetProfile(Profile* profile) {
826 (*i)->SetProfile(profile);
H A Dautocomplete_edit.cc90 void AutocompleteEditModel::SetProfile(Profile* profile) { function in class:AutocompleteEditModel
93 autocomplete_controller_->SetProfile(profile);
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_toolbar_gtk.h105 void SetProfile(Profile* profile);
H A Dbrowser_toolbar_gtk.cc120 SetProfile(profile);
393 void BrowserToolbarGtk::SetProfile(Profile* profile) { function in class:BrowserToolbarGtk
398 location_bar_->SetProfile(profile);
H A Dlocation_bar_view_gtk.h58 void SetProfile(Profile* profile);
H A Dbrowser_window_gtk.cc1246 bookmark_bar_->SetProfile(contents->profile());
H A Dlocation_bar_view_gtk.cc407 void LocationBarViewGtk::SetProfile(Profile* profile) { function in class:LocationBarViewGtk
/external/chromium/chrome/browser/ui/views/
H A Dtoolbar_view.h53 void SetProfile(Profile* profile);
H A Dtoolbar_view.cc206 SetProfile(profile);
217 void ToolbarView::SetProfile(Profile* profile) { function in class:ToolbarView
220 location_bar_->SetProfile(profile);
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk.h58 void SetProfile(Profile* profile);
H A Dbookmark_bar_gtk.cc153 SetProfile(profile);
172 void BookmarkBarGtk::SetProfile(Profile* profile) { function in class:BookmarkBarGtk
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.h133 void SetProfile(Profile* profile);
H A Dlocation_bar_view.cc326 void LocationBarView::SetProfile(Profile* profile) { function in class:LocationBarView
330 location_entry_->model()->SetProfile(profile);
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1909 bookmark_bar_view_->SetProfile(contents->profile());

Completed in 795 milliseconds