Home
last modified time | relevance | path

Searched refs:command_updater_ (Results 1 – 20 of 20) sorted by relevance

/external/chromium/chrome/browser/ui/
Dbrowser.cc209 command_updater_(this), in Browser()
1121 return command_updater_.IsCommandEnabled(IDC_RESTORE_TAB); in CanRestoreTab()
1158 command_updater_.UpdateCommandEnabled(IDC_OPEN_CURRENT_URL, show_main_ui); in UpdateCommandsForFullscreenMode()
1161 command_updater_.UpdateCommandEnabled(IDC_SHOW_AS_TAB, in UpdateCommandsForFullscreenMode()
1165 command_updater_.UpdateCommandEnabled(IDC_FOCUS_TOOLBAR, show_main_ui); in UpdateCommandsForFullscreenMode()
1166 command_updater_.UpdateCommandEnabled(IDC_FOCUS_LOCATION, show_main_ui); in UpdateCommandsForFullscreenMode()
1167 command_updater_.UpdateCommandEnabled(IDC_FOCUS_SEARCH, show_main_ui); in UpdateCommandsForFullscreenMode()
1168 command_updater_.UpdateCommandEnabled( in UpdateCommandsForFullscreenMode()
1170 command_updater_.UpdateCommandEnabled( in UpdateCommandsForFullscreenMode()
1172 command_updater_.UpdateCommandEnabled( in UpdateCommandsForFullscreenMode()
[all …]
Dbrowser.h204 CommandUpdater* command_updater() { return &command_updater_; } in command_updater()
1054 CommandUpdater command_updater_; variable
/external/chromium/chrome/browser/ui/views/location_bar/
Dstar_view.cc19 : command_updater_(command_updater) { in StarView()
56 command_updater_->ExecuteCommand(IDC_BOOKMARK_PAGE); in OnMouseReleased()
62 command_updater_->ExecuteCommand(IDC_BOOKMARK_PAGE); in OnKeyPressed()
Dlocation_bar_view.cc104 command_updater_(command_updater), in LocationBarView()
170 GetWidget()->GetNativeView(), profile_, command_updater_, in Init()
176 command_updater_, mode_ == POPUP, this)); in Init()
207 star_view_ = new StarView(command_updater_); in Init()
275 command_updater_->UpdateCommandEnabled(IDC_BOOKMARK_PAGE, star_enabled); in Update()
783 if (command_updater_) { in OnAutocompleteAccept()
785 command_updater_->ExecuteCommand(IDC_OPEN_CURRENT_URL); in OnAutocompleteAccept()
792 command_updater_->ExecuteCommand(IDC_OPEN_CURRENT_URL); in OnAutocompleteAccept()
Dstar_view.h43 CommandUpdater* command_updater_; variable
Dlocation_bar_view.h337 CommandUpdater* command_updater_; variable
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dstar_decoration.mm25 : command_updater_(command_updater) { function
51 command_updater_->ExecuteCommand(IDC_BOOKMARK_PAGE);
Dstar_decoration.h36 CommandUpdater* command_updater_; // Weak, owned by Browser.
Dlocation_bar_view_mac.mm77 command_updater_(command_updater), function
210 command_updater_->UpdateCommandEnabled(IDC_BOOKMARK_PAGE, star_enabled);
230 if (command_updater_) {
232 command_updater_->ExecuteCommand(IDC_OPEN_CURRENT_URL);
239 command_updater_->ExecuteCommand(IDC_OPEN_CURRENT_URL);
Dlocation_bar_view_mac.h179 CommandUpdater* command_updater_; // Weak, owned by Browser. variable
/external/chromium/chrome/browser/ui/gtk/
Dlocation_bar_view_gtk.cc160 command_updater_(browser->command_updater()), in LocationBarViewGtk()
198 command_updater_, in Init()
469 if (command_updater_) { in OnAutocompleteAccept()
471 command_updater_->ExecuteCommand(IDC_OPEN_CURRENT_URL); in OnAutocompleteAccept()
478 command_updater_->ExecuteCommand(IDC_OPEN_CURRENT_URL); in OnAutocompleteAccept()
1144 command_updater_->UpdateCommandEnabled(IDC_BOOKMARK_PAGE, star_enabled); in UpdateStarIcon()
Dlocation_bar_view_gtk.h411 CommandUpdater* command_updater_; variable
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_mac.h195 CommandUpdater* command_updater_; variable
Dautocomplete_edit_view_views.h170 CommandUpdater* command_updater_; variable
Dautocomplete_edit_view_views.cc122 command_updater_(command_updater), in AutocompleteEditViewViews()
518 return command_updater_; in GetCommandUpdater()
Dautocomplete_edit_view_gtk.h411 CommandUpdater* command_updater_; variable
Dautocomplete_edit_view_win.h438 CommandUpdater* command_updater_; variable
Dautocomplete_edit_view_win.cc416 command_updater_(command_updater), in AutocompleteEditViewWin()
928 return command_updater_; in GetCommandUpdater()
1081 return command_updater_->IsCommandEnabled(IDC_EDIT_SEARCH_ENGINES); in IsCommandIdEnabled()
1139 command_updater_->ExecuteCommand(IDC_EDIT_SEARCH_ENGINES); in ExecuteCommand()
Dautocomplete_edit_view_gtk.cc177 command_updater_(command_updater), in AutocompleteEditViewGtk()
762 return command_updater_; in GetCommandUpdater()
1466 command_updater_->IsCommandEnabled(IDC_EDIT_SEARCH_ENGINES)); in HandlePopulatePopup()
1495 command_updater_->ExecuteCommand(IDC_EDIT_SEARCH_ENGINES); in HandleEditSearchEngines()
Dautocomplete_edit_view_mac.mm180 command_updater_(command_updater), function
707 return command_updater_;