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

  /external/chromium/chrome/browser/autocomplete/
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/gtk/
browser_toolbar_gtk.cc 120 SetProfile(profile);
393 void BrowserToolbarGtk::SetProfile(Profile* profile) {
398 location_bar_->SetProfile(profile);
location_bar_view_gtk.cc 407 void LocationBarViewGtk::SetProfile(Profile* profile) {
    [all...]
  /external/chromium/chrome/browser/ui/views/
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.cc 153 SetProfile(profile);
172 void BookmarkBarGtk::SetProfile(Profile* profile) {
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 326 void LocationBarView::SetProfile(Profile* profile) {
330 location_entry_->model()->SetProfile(profile);
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 365 SetProfile(profile);
386 void BookmarkBarView::SetProfile(Profile* profile) {
    [all...]

Completed in 807 milliseconds