16 okPressed_(this,
"ok"),
17 cancelPressed_(this,
"cancel"),
20 defaultValue_(defaultValue)
37 (
"function(){ if (confirm('" +
message_.narrow() +
"')) {" 45 (
"function(){ alert('" +
message_.narrow() +
"');" 51 (
"function(){var n = prompt('" +
message_.narrow() +
"', '" 75 return cpp14::make_unique<Popup>(Type::Confirm,
message, std::string());
80 return cpp14::make_unique<Popup>(Type::Alert,
message, std::string());