/external/chromium/chrome/browser/ui/views/bookmarks/ |
D | bookmark_bar_view_unittest.cc | 32 bookmark_bar.SetProfile(&profile2); in TEST_F() 36 bookmark_bar.SetProfile(profile()); in TEST_F()
|
D | bookmark_bar_view.h | 95 void SetProfile(Profile* profile);
|
D | bookmark_bar_view.cc | 365 SetProfile(profile); in BookmarkBarView() 386 void BookmarkBarView::SetProfile(Profile* profile) { in SetProfile() function in BookmarkBarView
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete.h | 376 void SetProfile(Profile* profile); 618 void SetProfile(Profile* profile);
|
D | autocomplete.cc | 498 void AutocompleteProvider::SetProfile(Profile* profile) { in SetProfile() function in AutocompleteProvider 823 void AutocompleteController::SetProfile(Profile* profile) { in SetProfile() function in AutocompleteController 826 (*i)->SetProfile(profile); in SetProfile()
|
D | autocomplete_edit.h | 121 void SetProfile(Profile* profile);
|
D | autocomplete_edit.cc | 90 void AutocompleteEditModel::SetProfile(Profile* profile) { in SetProfile() function in AutocompleteEditModel 93 autocomplete_controller_->SetProfile(profile); in SetProfile()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | browser_toolbar_gtk.cc | 120 SetProfile(profile); in Init() 393 void BrowserToolbarGtk::SetProfile(Profile* profile) { in SetProfile() function in BrowserToolbarGtk 398 location_bar_->SetProfile(profile); in SetProfile()
|
D | browser_toolbar_gtk.h | 105 void SetProfile(Profile* profile);
|
D | location_bar_view_gtk.h | 58 void SetProfile(Profile* profile);
|
D | location_bar_view_gtk.cc | 407 void LocationBarViewGtk::SetProfile(Profile* profile) { in SetProfile() function in LocationBarViewGtk
|
D | browser_window_gtk.cc | 1246 bookmark_bar_->SetProfile(contents->profile()); in MaybeShowBookmarkBar()
|
/external/chromium/chrome/browser/ui/views/ |
D | toolbar_view.cc | 206 SetProfile(profile); in Init() 217 void ToolbarView::SetProfile(Profile* profile) { in SetProfile() function in ToolbarView 220 location_bar_->SetProfile(profile); in SetProfile()
|
D | toolbar_view.h | 53 void SetProfile(Profile* profile);
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
D | bookmark_bar_gtk.h | 58 void SetProfile(Profile* profile);
|
D | bookmark_bar_gtk.cc | 153 SetProfile(profile); in BookmarkBarGtk() 172 void BookmarkBarGtk::SetProfile(Profile* profile) { in SetProfile() function in BookmarkBarGtk
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | location_bar_view.h | 133 void SetProfile(Profile* profile);
|
D | location_bar_view.cc | 326 void LocationBarView::SetProfile(Profile* profile) { in SetProfile() function in LocationBarView 330 location_entry_->model()->SetProfile(profile); in SetProfile()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_view.cc | 1909 bookmark_bar_view_->SetProfile(contents->profile());
|