/external/chromium/chrome/browser/ui/ |
D | browser.cc | 209 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 …]
|
D | browser.h | 204 CommandUpdater* command_updater() { return &command_updater_; } in command_updater() 1054 CommandUpdater command_updater_; variable
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | star_view.cc | 19 : command_updater_(command_updater) { in StarView() 56 command_updater_->ExecuteCommand(IDC_BOOKMARK_PAGE); in OnMouseReleased() 62 command_updater_->ExecuteCommand(IDC_BOOKMARK_PAGE); in OnKeyPressed()
|
D | location_bar_view.cc | 104 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()
|
D | star_view.h | 43 CommandUpdater* command_updater_; variable
|
D | location_bar_view.h | 337 CommandUpdater* command_updater_; variable
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | star_decoration.mm | 25 : command_updater_(command_updater) { function 51 command_updater_->ExecuteCommand(IDC_BOOKMARK_PAGE);
|
D | star_decoration.h | 36 CommandUpdater* command_updater_; // Weak, owned by Browser.
|
D | location_bar_view_mac.mm | 77 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);
|
D | location_bar_view_mac.h | 179 CommandUpdater* command_updater_; // Weak, owned by Browser. variable
|
/external/chromium/chrome/browser/ui/gtk/ |
D | location_bar_view_gtk.cc | 160 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()
|
D | location_bar_view_gtk.h | 411 CommandUpdater* command_updater_; variable
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_mac.h | 195 CommandUpdater* command_updater_; variable
|
D | autocomplete_edit_view_views.h | 170 CommandUpdater* command_updater_; variable
|
D | autocomplete_edit_view_views.cc | 122 command_updater_(command_updater), in AutocompleteEditViewViews() 518 return command_updater_; in GetCommandUpdater()
|
D | autocomplete_edit_view_gtk.h | 411 CommandUpdater* command_updater_; variable
|
D | autocomplete_edit_view_win.h | 438 CommandUpdater* command_updater_; variable
|
D | autocomplete_edit_view_win.cc | 416 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()
|
D | autocomplete_edit_view_gtk.cc | 177 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()
|
D | autocomplete_edit_view_mac.mm | 180 command_updater_(command_updater), function 707 return command_updater_;
|