/external/chromium_org/chrome/browser/ui/ |
browser_command_controller.cc | 823 command_updater_.UpdateCommandEnabled( 872 command_updater_.UpdateCommandEnabled(IDC_RELOAD, true); 873 command_updater_.UpdateCommandEnabled(IDC_RELOAD_IGNORING_CACHE, true); 874 command_updater_.UpdateCommandEnabled(IDC_RELOAD_CLEARING_CACHE, true); 877 command_updater_.UpdateCommandEnabled(IDC_CLOSE_WINDOW, true); 878 command_updater_.UpdateCommandEnabled(IDC_NEW_TAB, true); 879 command_updater_.UpdateCommandEnabled(IDC_CLOSE_TAB, true); 880 command_updater_.UpdateCommandEnabled(IDC_DUPLICATE_TAB, true); 881 command_updater_.UpdateCommandEnabled(IDC_RESTORE_TAB, false); 884 command_updater_.UpdateCommandEnabled(IDC_EXIT, true) [all...] |
browser_commands.h | 37 void UpdateCommandEnabled(Browser* browser, int command, bool enabled);
|
browser_commands.cc | 233 void UpdateCommandEnabled(Browser* browser, int command, bool enabled) { 234 browser->command_controller()->command_updater()->UpdateCommandEnabled( [all...] |
/external/chromium/chrome/browser/ |
command_updater_unittest.cc | 45 command_updater.UpdateCommandEnabled(1, true); 51 command_updater.UpdateCommandEnabled(2, false); 67 command_updater.UpdateCommandEnabled(2, true); 69 command_updater.UpdateCommandEnabled(2, false); 74 command_updater.UpdateCommandEnabled(2, true); 94 command_updater.UpdateCommandEnabled(1, true); 95 command_updater.UpdateCommandEnabled(2, true); 96 command_updater.UpdateCommandEnabled(3, true); 102 command_updater.UpdateCommandEnabled(1, false); 103 command_updater.UpdateCommandEnabled(2, false) [all...] |
command_updater.h | 76 void UpdateCommandEnabled(int id, bool state);
|
command_updater.cc | 51 void CommandUpdater::UpdateCommandEnabled(int id, bool enabled) {
|
browser_commands_unittest.cc | 94 browser()->command_updater()->UpdateCommandEnabled(IDC_BOOKMARK_PAGE, true);
|
/external/chromium_org/chrome/browser/ |
command_updater_unittest.cc | 46 command_updater.UpdateCommandEnabled(1, true); 52 command_updater.UpdateCommandEnabled(2, false); 68 command_updater.UpdateCommandEnabled(2, true); 70 command_updater.UpdateCommandEnabled(2, false); 75 command_updater.UpdateCommandEnabled(2, true); 95 command_updater.UpdateCommandEnabled(1, true); 96 command_updater.UpdateCommandEnabled(2, true); 97 command_updater.UpdateCommandEnabled(3, true); 103 command_updater.UpdateCommandEnabled(1, false); 104 command_updater.UpdateCommandEnabled(2, false) [all...] |
command_updater.h | 63 void UpdateCommandEnabled(int id, bool state);
|
command_updater.cc | 74 void CommandUpdater::UpdateCommandEnabled(int id, bool enabled) {
|
/external/chromium/chrome/browser/ui/ |
browser.cc | [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
simple_web_view_dialog.cc | 130 command_updater_->UpdateCommandEnabled(IDC_BACK, true); 131 command_updater_->UpdateCommandEnabled(IDC_FORWARD, true); 132 command_updater_->UpdateCommandEnabled(IDC_STOP, true); 133 command_updater_->UpdateCommandEnabled(IDC_RELOAD, true); 134 command_updater_->UpdateCommandEnabled(IDC_RELOAD_IGNORING_CACHE, true); 135 command_updater_->UpdateCommandEnabled(IDC_RELOAD_CLEARING_CACHE, true); 270 command_updater_->UpdateCommandEnabled(IDC_STOP, is_loading);
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel.cc | 776 command_updater_.UpdateCommandEnabled(IDC_STOP, is_loading); 835 command_updater_.UpdateCommandEnabled(IDC_RELOAD, true); 836 command_updater_.UpdateCommandEnabled(IDC_RELOAD_IGNORING_CACHE, true); 839 command_updater_.UpdateCommandEnabled(IDC_CLOSE_WINDOW, true); 840 command_updater_.UpdateCommandEnabled(IDC_EXIT, true); 843 command_updater_.UpdateCommandEnabled(IDC_ZOOM_MENU, true); 844 command_updater_.UpdateCommandEnabled(IDC_ZOOM_PLUS, true); 845 command_updater_.UpdateCommandEnabled(IDC_ZOOM_NORMAL, true); 846 command_updater_.UpdateCommandEnabled(IDC_ZOOM_MINUS, true); 849 command_updater_.UpdateCommandEnabled(IDC_COPY, true) [all...] |
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_bar_view.cc | [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
location_bar_view_gtk.cc | [all...] |
/external/chromium/chrome/browser/ui/views/location_bar/ |
location_bar_view.cc | 275 command_updater_->UpdateCommandEnabled(IDC_BOOKMARK_PAGE, star_enabled); [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
location_bar_view_gtk.cc | [all...] |