Home
last modified time | relevance | path

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

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/autofill/payments/
H A Dsave_card_bubble_views_browsertest.cc881 ClickOnDialogViewWithIdAndWait(DialogViewId::OK_BUTTON); in IN_PROC_BROWSER_TEST_F()
930 ClickOnDialogViewWithIdAndWait(DialogViewId::OK_BUTTON); in IN_PROC_BROWSER_TEST_F()
953 ClickOnDialogViewWithIdAndWait(DialogViewId::OK_BUTTON); in IN_PROC_BROWSER_TEST_F()
987 ClickOnDialogViewWithIdAndWait(DialogViewId::OK_BUTTON); in IN_PROC_BROWSER_TEST_F()
1015 ClickOnDialogViewWithIdAndWait(DialogViewId::OK_BUTTON); in IN_PROC_BROWSER_TEST_F()
1100 ClickOnDialogViewWithIdAndWait(DialogViewId::OK_BUTTON); in IN_PROC_BROWSER_TEST_F()
1173 ClickOnDialogViewWithIdAndWait(DialogViewId::OK_BUTTON); in IN_PROC_BROWSER_TEST_F()
1374 FindViewInBubbleById(DialogViewId::OK_BUTTON)); in IN_PROC_BROWSER_TEST_F()
1406 ClickOnDialogViewWithIdAndWait(DialogViewId::OK_BUTTON); in IN_PROC_BROWSER_TEST_F()
1845 FindViewInBubbleById(DialogViewId::OK_BUTTON)); in IN_PROC_BROWSER_TEST_F()
[all …]
H A Ddialog_view_ids.h40 OK_BUTTON, // Can say [Save], [Next], [Confirm], enumerator
/dports/net/x11vnc/x11vnc-0.9.16/misc/
H A DdtVncPopup76 XmMessageBoxGetChild OK_BUTTON $DIALOG DIALOG_OK_BUTTON
77 XtSetValues $OK_BUTTON \
/dports/games/openra/OpenRA-release-20200503/mods/cnc/chrome/
H A Dlobby-kickdialogs.yaml34 Button@OK_BUTTON:
68 Button@OK_BUTTON:
128 Button@OK_BUTTON:
/dports/games/openra/OpenRA-release-20200503/mods/common/chrome/
H A Dlobby-kickdialogs.yaml33 Button@OK_BUTTON:
67 Button@OK_BUTTON:
127 Button@OK_BUTTON:
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/opie/dialogs/
H A DZLQtDialogManager.cpp45 …(qApp->mainWidget(), ::qtString(dialogTitle(key)), ::qtString(message), ::qtButtonName(OK_BUTTON)); in informationBox()
49 …(qApp->mainWidget(), ::qtString(dialogTitle(key)), ::qtString(message), ::qtButtonName(OK_BUTTON)); in errorBox()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/ezx/dialogs/
H A DZLQtDialogManager.cpp48 …ow(), reader.getIcon("Dialog_Complete.gif", true), ::qtString(message), ::qtButtonName(OK_BUTTON)); in informationBox()
53 …indow(), reader.getIcon("Dialog_Error.gif", true), ::qtString(message), ::qtButtonName(OK_BUTTON)); in errorBox()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/qt/dialogs/
H A DZLQtDialogManager.cpp52 ::qtButtonName(OK_BUTTON) in informationBox()
61 ::qtButtonName(OK_BUTTON) in errorBox()
H A DZLQtOptionsDialog.cpp31 setOkButton(::qtButtonName(ZLDialogManager::OK_BUTTON)); in ZLQtOptionsDialog()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/qt4/dialogs/
H A DZLQtDialogManager.cpp55 …QMessageBox::information(parent, ::qtString(title), ::qtString(message), ::qtButtonName(OK_BUTTON)… in informationBox()
63 …ox::critical(parent, ::qtString(dialogTitle(key)), ::qtString(message), ::qtButtonName(OK_BUTTON)); in errorBox()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/qtopia/dialogs/
H A DZLQtDialogManager.cpp53 …indow->mainWindow(), ::qtString(dialogTitle(key)), ::qtString(message), ::qtButtonName(OK_BUTTON)); in informationBox()
58 …indow->mainWindow(), ::qtString(dialogTitle(key)), ::qtString(message), ::qtButtonName(OK_BUTTON)); in errorBox()
/dports/audio/mac/mac-3.99-u4-b5-s7/src/Shared/
H A DWAVInfoDialog.cpp23 #define OK_BUTTON 4000 macro
141 case OK_BUTTON: in DialogProc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/password_manager/
H A DPasswordManagerDialogTest.java54 private static final String OK_BUTTON = "OK"; field in PasswordManagerDialogTest
77 R.drawable.data_reduction_illustration, OK_BUTTON, CANCEL_BUTTON, mOnClick); in setUp()
92 onView(withId(R.id.positive_button)).check(matches(withText(OK_BUTTON))); in testDialogSubviewsData()
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/Shared/
H A DWAVInfoDialog.cpp24 #define OK_BUTTON 4000 macro
142 case OK_BUTTON: in DialogProc()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/win32/dialogs/
H A DZLWin32DialogManager.cpp51 box.addButton(buttonName(OK_BUTTON)); in informationBox()
57 box.addButton(buttonName(OK_BUTTON)); in errorBox()
H A DZLWin32Dialog.cpp47 …W32PushButton(ZLDialogManager::buttonName(key), accept ? W32PushButton::OK_BUTTON : W32PushButton:… in addButton()
/dports/deskutils/egroupware/egroupware/api/js/etemplate/
H A Det2_widget_dialog.ts284 public static OK_BUTTON: number = 1; property in et2_dialog
745 … {"button_id": et2_dialog.OK_BUTTON, "text": egw.lang('ok'), "default": true, "disabled": true},
775 … jQuery("button[button_id=" + et2_dialog.OK_BUTTON + "]", dialog.div.parent()).button("disable");
869 … jQuery("button[button_id=" + et2_dialog.OK_BUTTON + "]", dialog.div.parent()).button("enable");
H A Det2_widget_portlet.ts281 if(button_id != et2_dialog.OK_BUTTON) return;
343 if(button_id != et2_dialog.OK_BUTTON) return;
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/cocoa/dialogs/
H A DZLCocoaDialogManager.M58 [NSString stringWithUTF8String:cleanString(buttonName(OK_BUTTON)).c_str()],
68 [NSString stringWithUTF8String:cleanString(buttonName(OK_BUTTON)).c_str()],
/dports/games/odamex/odamex-src-0.7.0/odalaunch/src/
H A Ddlg_servers.h99 wxButton *OK_BUTTON; variable
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/gpe/dialogs/
H A DZLGtkDialogManager.h54 …rceKey &key, const std::string &message, const ZLResourceKey &button0 = OK_BUTTON, const ZLResourc…
H A DZLGtkOptionsDialog.cpp33 std::string okString = gtkButtonName(ZLDialogManager::OK_BUTTON); in ZLGtkOptionsDialog()
/dports/devel/anjuta/anjuta-3.34.0/plugins/build-basic-autotools/
H A Dbuild-options.c43 #define OK_BUTTON "ok_button" macro
222 OK_BUTTON, &dlg.ok, in build_dialog_configure()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/networkActions/
H A DPasswordRecoveryDialog.cpp46 myDialog->addButton(ZLDialogManager::OK_BUTTON, true); in PasswordRecoveryDialog()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/gtk/dialogs/
H A DZLGtkDialogManager.h59 …ring &title, const std::string &message, const ZLResourceKey &button0 = OK_BUTTON, const ZLResourc…

1234