Home
last modified time | relevance | path

Searched refs:IDC_STOP (Results 1 – 25 of 25) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/ipc/hangui/
H A DHangUIDlg.h13 #define IDC_STOP 1002 macro
H A DPluginHangUIChild.cpp140 UINT ids[] = {IDC_STOP, IDC_CONTINUE}; in ResizeButtons()
240 SetDlgItemText(aDlgHandle, IDC_STOP, mKillBtnText); in HangUIDlgProc()
267 case IDC_STOP: in HangUIDlgProc()
H A DHangUIDlg.rc21 PUSHBUTTON "Stop",IDC_STOP,341,51,50,18
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/ipc/hangui/
H A DHangUIDlg.h13 #define IDC_STOP 1002 macro
H A DPluginHangUIChild.cpp140 UINT ids[] = {IDC_STOP, IDC_CONTINUE}; in ResizeButtons()
240 SetDlgItemText(aDlgHandle, IDC_STOP, mKillBtnText); in HangUIDlgProc()
267 case IDC_STOP: in HangUIDlgProc()
H A DHangUIDlg.rc21 PUSHBUTTON "Stop",IDC_STOP,341,51,50,18
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/ipc/hangui/
H A DHangUIDlg.h13 #define IDC_STOP 1002 macro
H A DPluginHangUIChild.cpp153 UINT ids[] = { IDC_STOP, IDC_CONTINUE }; in ResizeButtons()
258 SetDlgItemText(aDlgHandle, IDC_STOP, mKillBtnText); in HangUIDlgProc()
284 case IDC_STOP: in HangUIDlgProc()
H A DHangUIDlg.rc21 PUSHBUTTON "Stop",IDC_STOP,341,51,50,18
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/ui/
H A Dsimple_web_view_dialog.cc133 command_updater_->UpdateCommandEnabled(IDC_STOP, true); in SimpleWebViewDialog()
273 command_updater_->UpdateCommandEnabled(IDC_STOP, is_loading); in LoadingStateChanged()
313 case IDC_STOP: in ExecuteCommandWithDisposition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/app_mode/
H A Dapp_mode_utils.cc42 IDC_STOP, in IsCommandAllowedInAppMode()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/osmo4_wce/
H A DResource.h34 #define IDC_STOP 1004 macro
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/osmo4_wce/
H A DResource.h34 #define IDC_STOP 1004 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A Dbrowser_command_controller.cc385 case IDC_STOP: in ExecuteCommandWithDisposition()
583 else if (IsCommandEnabled(IDC_STOP)) in ExecuteCommandWithDisposition()
584 ExecuteCommand(IDC_STOP); in ExecuteCommandWithDisposition()
1467 command_updater_.UpdateCommandEnabled(IDC_STOP, is_loading); in UpdateReloadStopState()
1496 bool enabled = CanCloseFind(browser_) || IsCommandEnabled(IDC_STOP); in UpdateCloseFindOrStop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/toolbar/
H A Dreload_button.cc182 IDC_STOP, WindowOpenDisposition::CURRENT_TAB); in ButtonPressed()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/osmo4_w32/
H A Dresource.h44 #define IDC_STOP 1007 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/app/
H A Dchrome_command_ids.h26 #define IDC_STOP 33006 macro
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/osmo4_w32/
H A Dresource.h44 #define IDC_STOP 1007 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/cocoa/
H A Daccelerators_cocoa.mm89 {IDC_STOP, ui::EF_COMMAND_DOWN, ui::VKEY_OEM_PERIOD},
H A Dmain_menu_builder.mm255 Item(IDS_STOP_MENU_MAC).command_id(IDC_STOP),
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/cocoa/touchbar/
H A Dbrowser_window_default_touch_bar.mm113 case IDC_STOP:
584 int commandId = _isPageLoading ? IDC_STOP : IDC_RELOAD;
H A Dbrowser_window_default_touch_bar_unittest.mm173 EXPECT_EQ(IDC_STOP, [[item view] tag]);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Daccelerator_table.cc152 {ui::VKEY_BROWSER_STOP, ui::EF_NONE, IDC_STOP},
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/frame/
H A Ddbus_appmenu.cc112 {IDC_STOP, IDS_STOP_MENU_LINUX},
H A Dbrowser_view.cc3325 case APPCOMMAND_BROWSER_STOP: return IDC_STOP; in GetCommandIDForAppCommandID()