Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Ddialog_unittest.cc15 class DialogTestHandler : public TestHandler { class
43 explicit Callback(DialogTestHandler* handler) : handler_(handler) {} in Callback()
64 DialogTestHandler* handler_;
69 explicit DialogTestHandler(const TestConfig& config) : config_(config) {} in DialogTestHandler() function in __anon1185eb130111::DialogTestHandler
118 CefPostTask(TID_UI, base::BindOnce(&DialogTestHandler::ExecuteCallback, in OnFileDialog()
139 IMPLEMENT_REFCOUNTING(DialogTestHandler);
146 DialogTestHandler::TestConfig config(FILE_DIALOG_OPEN); in TEST()
153 CefRefPtr<DialogTestHandler> handler = new DialogTestHandler(config); in TEST()
159 DialogTestHandler::TestConfig config(static_cast<cef_file_dialog_mode_t>( in TEST()
168 CefRefPtr<DialogTestHandler> handler = new DialogTestHandler(config); in TEST()
[all …]