/third_party/gettext/gettext-tools/src/ |
D | po-xerror.c | 51 int multiline_p, const char *message_text) in xerror() argument 79 po_multiline_error (prefix, xstrdup (message_text)); in xerror() 81 po_multiline_warning (prefix, xstrdup (message_text)); in xerror() 100 prefix_tail, message_text); in xerror() 103 prefix_tail, message_text); in xerror() 107 filename, prefix_tail, message_text); in xerror() 111 po_error (exit_status, 0, "%s%s", prefix_tail, message_text); in xerror() 124 int multiline_p, const char *message_text) in textmode_xerror() argument 137 multiline_p, message_text); in textmode_xerror() 194 int multiline_p, const char *message_text)
|
D | po-xerror.h | 50 int multiline_p, const char *message_text); 69 int multiline_p, const char *message_text);
|
D | msgmerge.c | 958 int multiline_p, const char *message_text) in silent_xerror() argument
|
/third_party/cef/libcef/browser/ |
D | javascript_dialog_manager.cc | 85 const std::u16string& message_text, in RunJavaScriptDialog() argument 103 static_cast<cef_jsdialog_type_t>(message_type), message_text, in RunJavaScriptDialog() 136 browser_, message_type, display_url, message_text, default_prompt_text, in RunJavaScriptDialog() 154 const std::u16string& message_text = u"Is it OK to leave/reload this page?"; in RunBeforeUnloadDialog() local 165 browser_, message_text, is_reload, callbackPtr.get()); in RunBeforeUnloadDialog() 191 message_text, in RunBeforeUnloadDialog()
|
D | javascript_dialog_runner.h | 25 const std::u16string& message_text,
|
D | javascript_dialog_manager.h | 34 const std::u16string& message_text,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | jsdialog_handler_cpptoc.cc | 29 const cef_string_t* message_text, in jsdialog_handler_on_jsdialog() argument 61 CefString(message_text), CefString(default_prompt_text), in jsdialog_handler_on_jsdialog() 75 const cef_string_t* message_text, in jsdialog_handler_on_before_unload_dialog() argument 97 CefBrowserCToCpp::Wrap(browser), CefString(message_text), in jsdialog_handler_on_before_unload_dialog()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | jsdialog_handler_ctocpp.cc | 27 const CefString& message_text, in OnJSDialog() argument 55 dialog_type, message_text.GetStruct(), default_prompt_text.GetStruct(), in OnJSDialog() 68 const CefString& message_text, in OnBeforeUnloadDialog() argument 91 _struct, CefBrowserCppToC::Wrap(browser), message_text.GetStruct(), in OnBeforeUnloadDialog()
|
D | jsdialog_handler_ctocpp.h | 41 const CefString& message_text, 46 const CefString& message_text,
|
/third_party/cef/tests/cefclient/browser/ |
D | dialog_handler_gtk.h | 35 const CefString& message_text, 40 const CefString& message_text, 61 CefString message_text; member
|
D | dialog_handler_gtk.cc | 178 const CefString& message_text, in OnJSDialog() argument 188 params.message_text = message_text; in OnJSDialog() 200 const CefString& message_text, in OnBeforeUnloadDialog() argument 206 message_text.ToString() + "\n\nIs it OK to leave/reload this page?"; in OnBeforeUnloadDialog() 403 params.message_text.ToString().c_str()); in OnJSDialogContinue()
|
/third_party/cef/include/capi/ |
D | cef_jsdialog_handler_capi.h | 100 const cef_string_t* message_text, 116 const cef_string_t* message_text,
|
/third_party/cef/include/ |
D | cef_jsdialog_handler.h | 89 const CefString& message_text, in OnJSDialog() argument 106 const CefString& message_text, in OnBeforeUnloadDialog() argument
|
/third_party/cef/tests/ceftests/ |
D | jsdialog_unittest.cc | 106 const CefString& message_text, in OnJSDialog() argument 116 EXPECT_STREQ("My alert message", message_text.ToString().c_str()); in OnJSDialog() 120 EXPECT_STREQ("My confirm message", message_text.ToString().c_str()); in OnJSDialog() 124 EXPECT_STREQ("My prompt message", message_text.ToString().c_str()); in OnJSDialog() 147 const CefString& message_text, in OnBeforeUnloadDialog() argument 156 message_text.ToString().c_str()); in OnBeforeUnloadDialog()
|
D | life_span_unittest.cc | 91 const CefString& message_text, in OnBeforeUnloadDialog() argument 104 message_text.ToString().c_str()); in OnBeforeUnloadDialog()
|
/third_party/cef/libcef/browser/native/ |
D | javascript_dialog_runner_mac.h | 30 const std::u16string& message_text,
|
D | javascript_dialog_runner_win.cc | 98 const std::u16string& message_text, in Run() argument 104 message_text_ = base::UTF16ToWide(message_text); in Run()
|
D | javascript_dialog_runner_win.h | 23 const std::u16string& message_text,
|
D | javascript_dialog_runner_mac.mm | 93 const std::u16string& message_text, 115 [alert setInformativeText:base::SysUTF16ToNSString(message_text)];
|
/third_party/grpc/test/cpp/util/ |
D | grpc_tool.cc | 835 std::string message_text; in ParseMessage() local 842 message_text = argv[2]; in ParseMessage() 858 message_text = input_stream.str(); in ParseMessage() 876 serialized_request_proto = message_text; in ParseMessage() 879 type_name, message_text, FLAGS_json_input); in ParseMessage()
|
/third_party/gettext/gettext-tools/libgettextpo/ |
D | gettext-po.in.h | 106 int multiline_p, const char *message_text);
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | json_format_test.py | 183 message_text = json_format.MessageToJson( 187 json_format.Parse(message_text, parsed_message) 280 message_text = json_format.MessageToJson( 295 self.assertEqual(json.loads(golden_text), json.loads(message_text))
|
/third_party/gettext/gettext-tools/tests/ |
D | gettextpo-1-prg.c | 66 int multiline_p, const char *message_text) in my_xerror() argument 68 printf ("xerror called:\n %s\n", message_text); in my_xerror()
|
/third_party/chromium/patch/ |
D | 0003_ohos_nweb.patch | 33153 + const CefString& message_text, 33165 + return nweb_handler_->OnAlertDialogByJS(origin_url, message_text, 33168 + return nweb_handler_->OnConfirmDialogByJS(origin_url, message_text, 33171 + return nweb_handler_->OnPromptDialogByJs(origin_url, message_text, 33181 + const CefString& message_text, 33189 + return nweb_handler_->OnBeforeUnloadByJS(std::string(), message_text, 33558 + const CefString& message_text, 33564 + const CefString& message_text,
|
/third_party/gettext/gettext-tools/doc/ |
D | gettext.texi | 5410 …o}, size_t@tie{}@var{column}, int@tie{}@var{multiline_p}, const@tie{}char@tie{}*@var{message_text}) 5416 @var{message_text} is the problem description. When @var{multiline_p}
|