Searched refs:ok_title (Results 1 – 5 of 5) sorted by relevance
/dports/graphics/geomorph/geomorph-0.60.1/src/utils/ |
H A D | utils.h | 137 gchar *ok_title, 146 gchar *ok_title, 157 gchar *ok_title,
|
H A D | utils.c | 473 gchar *ok_title, in modal_dialog_with_titles_window_provided() argument 501 button = gtk_button_new_with_label(_(ok_title)); in modal_dialog_with_titles_window_provided() 561 gchar *ok_title, in modal_dialog_with_titles() argument 579 ok_title, cancel_callb, cancel_title, callb_data, pos, if_ok_default); in modal_dialog_with_titles() 610 gchar *ok_title, in modal_dialog_showhide_with_titles() argument 641 button = gtk_button_new_with_label(ok_title); in modal_dialog_showhide_with_titles()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/worker_host/ |
H A D | worker_browsertest.cc | 122 const base::string16 ok_title = base::ASCIIToUTF16("OK"); in RunTest() local 124 TitleWatcher title_watcher(window->web_contents(), ok_title); in RunTest() 128 EXPECT_EQ(expect_failure ? fail_title : ok_title, final_title); in RunTest()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/worker_host/ |
H A D | worker_browsertest.cc | 126 const base::string16 ok_title = base::ASCIIToUTF16("OK"); in RunTest() local 128 TitleWatcher title_watcher(window->web_contents(), ok_title); in RunTest() 132 EXPECT_EQ(expect_failure ? fail_title : ok_title, final_title); in RunTest()
|
/dports/databases/spatialite/libspatialite-5.0.1/src/stored_procedures/ |
H A D | stored_procedures.c | 1174 int ok_title = 0; in test_stored_proc_tables() local 1200 ok_title = 1; in test_stored_proc_tables() 1206 if (ok_name && ok_title && ok_sql_proc) in test_stored_proc_tables() 1213 ok_title = 0; in test_stored_proc_tables() 1228 ok_title = 1; in test_stored_proc_tables() 1234 if (ok_name && ok_title && ok_var_value) in test_stored_proc_tables()
|