Home
last modified time | relevance | path

Searched refs:RESUME_BUTTON (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/e2e/sources/
H A Dscript-in-multiple-workers_test.ts10 …getExecutionLine, getOpenSources, openNestedWorkerFile, PAUSE_BUTTON, RESUME_BUTTON} from '../help…
84 await waitFor(RESUME_BUTTON);
90 await click(RESUME_BUTTON);
97 await waitFor(RESUME_BUTTON);
221 await waitFor(RESUME_BUTTON);
238 await waitFor(RESUME_BUTTON);
H A Dcan-show-wasm-scopes_test.ts9 …aluesForScope, openSourceCodeEditorForFile, PAUSE_INDICATOR_SELECTOR, RESUME_BUTTON, waitForSource…
90 await click(RESUME_BUTTON);
H A Ddebugger-language-plugins_test.ts9 … openFileInSourcesPanel, openSourcesPanel, PAUSE_ON_EXCEPTION_BUTTON, RESUME_BUTTON, retrieveSourc…
350 await waitFor(RESUME_BUTTON);
423 await waitFor(RESUME_BUTTON);
500 await waitFor(RESUME_BUTTON);
652 await waitFor(RESUME_BUTTON);
756 await waitFor(RESUME_BUTTON);
H A Ddebug-raw-wasm_test.ts10 …enForSourceFilesAdded, openSourceCodeEditorForFile, openSourcesPanel, RESUME_BUTTON, retrieveSourc…
581 await click(RESUME_BUTTON);
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/update/check/
H A Dupdatehdl.cxx357 case RESUME_BUTTON: in actionPerformed()
548 … showControls( (1<<PROGRESS_CTRL) + (1<<CANCEL_BUTTON) + (1<<PAUSE_BUTTON) + (1<<RESUME_BUTTON) ); in updateState()
557 … showControls( (1<<PROGRESS_CTRL) + (1<<CANCEL_BUTTON) + (1<<PAUSE_BUTTON) + (1<<RESUME_BUTTON) ); in updateState()
558 enableControls( (1<<CLOSE_BUTTON) + (1<<CANCEL_BUTTON) + (1<<RESUME_BUTTON) ); in updateState()
566 … showControls( (1<<PROGRESS_CTRL) + (1<<CANCEL_BUTTON) + (1<<PAUSE_BUTTON) + (1<<RESUME_BUTTON) ); in updateState()
975 for ( int i = 0; i <= int(RESUME_BUTTON); i++ ) in showControls()
989 if ( ( nControls & ( (1<<CANCEL_BUTTON) + (1<<PAUSE_BUTTON) + (1<<RESUME_BUTTON) ) ) != 0 ) in showControls()
1111 insertControlModel ( xControlModel, BUTTON_MODEL, msButtonIDs[RESUME_BUTTON], in createDialog()
H A Dupdatehdl.hxx47 RESUME_BUTTON, enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/update/check/
H A Dupdatehdl.cxx362 case RESUME_BUTTON: in actionPerformed()
553 … showControls( (1<<PROGRESS_CTRL) + (1<<CANCEL_BUTTON) + (1<<PAUSE_BUTTON) + (1<<RESUME_BUTTON) ); in updateState()
562 … showControls( (1<<PROGRESS_CTRL) + (1<<CANCEL_BUTTON) + (1<<PAUSE_BUTTON) + (1<<RESUME_BUTTON) ); in updateState()
563 enableControls( (1<<CLOSE_BUTTON) + (1<<CANCEL_BUTTON) + (1<<RESUME_BUTTON) ); in updateState()
571 … showControls( (1<<PROGRESS_CTRL) + (1<<CANCEL_BUTTON) + (1<<PAUSE_BUTTON) + (1<<RESUME_BUTTON) ); in updateState()
980 for ( int i = 0; i <= int(RESUME_BUTTON); i++ ) in showControls()
994 if ( ( nControls & ( (1<<CANCEL_BUTTON) + (1<<PAUSE_BUTTON) + (1<<RESUME_BUTTON) ) ) != 0 ) in showControls()
1116 insertControlModel ( xControlModel, BUTTON_MODEL, msButtonIDs[RESUME_BUTTON], in createDialog()
H A Dupdatehdl.hxx43 RESUME_BUTTON, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/e2e/helpers/
H A Dsources-helpers.ts14 export const RESUME_BUTTON = '[aria-label="Resume script execution"]'; constant
231 await click(RESUME_BUTTON);
/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Ddownload.c221 enum { PAUSE_BUTTON, CLEAR_BUTTON, CANCEL_BUTTON, RESUME_BUTTON }; in nsgtk_download_sensitivity_update_buttons() enumerator