Searched defs:TestConfig (Results 1 – 5 of 5) sorted by relevance
26 struct TestConfig { struct27 int port = 0;28 bool is_server = false;29 bool is_dtls = false;30 int resume_count = 0;31 std::string write_settings;32 bool fallback_scsv = false;33 std::vector<int> signing_prefs;34 std::vector<int> verify_prefs;35 std::vector<int> expect_peer_verify_prefs;[all …]
17 struct TestConfig { struct18 int port = 0;19 bool is_server = false;20 bool is_dtls = false;21 int resume_count = 0;22 bool fallback_scsv = false;23 std::string key_file;24 std::string cert_file;25 std::string expected_server_name;26 std::string expected_certificate_types;[all …]
17 struct TestConfig { struct in __anon19cf2a590111::DialogTestHandler18 explicit TestConfig(FileDialogMode dialog_mode) in TestConfig() argument30 FileDialogMode mode;31 CefString title;32 CefString default_file_name;33 std::vector<CefString> accept_types;34 int selected_accept_filter;36 bool callback_async; // True if the callback should execute asynchronously.37 bool callback_cancel; // True if the callback should cancel.38 std::vector<CefString> callback_paths; // Resulting paths if not cancelled.
253 struct TestConfig { struct in __anon7fb9ed9f0311::ConsoleTestHandler255 explicit TestConfig(cef_log_severity_t message_level) in TestConfig() argument262 cef_log_severity_t level;263 std::string message;264 std::string expected_message;265 std::string source;266 int line;267 std::string function;
72 export interface TestConfig { interface