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

  /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);
bookmark_bar_view.cc 365 SetProfile(profile);
386 void BookmarkBarView::SetProfile(Profile* profile) {
    [all...]
  /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);
browser_window_gtk.cc     [all...]
location_bar_view_gtk.cc 407 void LocationBarViewGtk::SetProfile(Profile* profile) {
    [all...]
  /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/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.h 58 void SetProfile(Profile* profile);
bookmark_bar_gtk.cc 153 SetProfile(profile);
172 void BookmarkBarGtk::SetProfile(Profile* profile) {
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.h 133 void SetProfile(Profile* profile);
location_bar_view.cc 326 void LocationBarView::SetProfile(Profile* profile) {
330 location_entry_->model()->SetProfile(profile);
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 262 milliseconds