Searched refs:MessageBox (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium/base/
H A Ddebug_message.cc15 MessageBox(NULL, cmdline, L"Kr\x00d8m", MB_TOPMOST);
/external/chromium_org/base/
H A Ddebug_message.cc15 MessageBox(NULL, cmdline, L"Kr\x00d8m", MB_TOPMOST);
/external/chromium_org/ui/base/win/
H A Dmessage_box_win.h15 // A wrapper around Windows' MessageBox function. Using a Chrome specific
16 // MessageBox function allows us to control certain RTL locale flags so that
19 UI_EXPORT int MessageBox(HWND hwnd,
H A Dmessage_box_win.cc13 // In addition to passing the RTL flags to ::MessageBox if we are running in an
16 int MessageBox(HWND hwnd, function in namespace:ui
35 return ::MessageBox(hwnd, text_ptr, caption_ptr, actual_flags);
/external/chromium_org/chrome/browser/ui/views/
H A Dsimple_message_box_win.cc27 int result = ui::MessageBox(parent, message, title, flags);
/external/chromium_org/cloud_print/virtual_driver/win/
H A Dvirtual_driver_helpers.cc22 ::MessageBox(hwnd, GetErrorMessage(hr).c_str(), caption.c_str(), MB_OK);
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dsandbox.cc72 ::MessageBox(NULL, L"Failed to initialize the BrokerServices object",
79 ::MessageBox(NULL, L"Failed to get name of current EXE",
/external/chromium/chrome/browser/extensions/
H A Dextensions_startup.cc39 ui::MessageBox(NULL, message, caption, MB_OK | MB_SETFOREGROUND);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dconductor.cc95 main_wnd_->MessageBox("Error",
110 main_wnd_->MessageBox("Error",
295 main_wnd_->MessageBox("Error", ("Failed to connect to " + server_).c_str(),
320 main_wnd_->MessageBox("Error",
329 main_wnd_->MessageBox("Error", "Failed to initialize PeerConnection", true);
443 main_wnd_->MessageBox("Error", "an unknown error occurred", true);
H A Dmain_wnd.h69 virtual void MessageBox(const char* caption, const char* text,
108 virtual void MessageBox(const char* caption, const char* text,
/external/chromium/chrome/browser/
H A Dplatform_util_win.cc188 ui::MessageBox(parent, message, title,
195 return ui::MessageBox(parent, message.c_str(), title.c_str(),
H A Dbrowser_main_win.cc116 ui::MessageBox(NULL, text, caption, MB_OK | MB_ICONWARNING | MB_TOPMOST);
148 ui::MessageBox(NULL, text, caption, flags);
268 if (IDOK == ui::MessageBox(NULL, msg, caption, flags))
295 ui::MessageBox(NULL, text, caption, flags);
/external/chromium_org/components/breakpad/app/
H A Dhard_error_handler_win.cc65 ::MessageBox(NULL, message.c_str(),
/external/chromium_org/content/child/
H A Dchild_process.cc119 ::MessageBox(NULL, UTF8ToWide(message).c_str(), UTF8ToWide(title).c_str(),
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain_wnd.h56 virtual void MessageBox(const char* caption, const char* text,
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dwinrand.c142 MessageBox(hwnd, "Couldn't write random file!",
/external/jpeg/
H A Djerror.c107 MessageBox(GetActiveWindow(), buffer, "JPEG Library Error",
/external/openssl/apps/
H A Dwinrand.c142 MessageBox(hwnd, "Couldn't write random file!",
/external/qemu/distrib/jpeg-6b/
H A Djerror.c107 MessageBox(GetActiveWindow(), buffer, "JPEG Library Error",
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_win.cc239 ui::MessageBox(NULL, ASCIIToUTF16(chrome_browser::kMissingLocaleDataMessage),
343 if (IDOK == ui::MessageBox(NULL, msg, caption, flags))
376 ui::MessageBox(NULL, text, caption, flags);
/external/chromium/chrome/browser/importer/
H A Dimporter_host.cc135 ui::MessageBox(
/external/stlport/stlport/stl/config/
H A D_windows.h141 # define MessageBox MessageBoxW macro
/external/chromium_org/tools/stats_viewer/
H A Dstats_viewer.cs274 MessageBox.Show(string.Format("There was an error while saving your results file. The results might not have been saved correctly.: {0}", ex.Message));
352 MessageBox.Show("Could not open statsfile: " + dialog.FileName);
/external/icu4c/samples/layout/
H A Dclayout.c91 MessageBox(NULL, TEXT("This demo only runs on Windows 2000!"), szAppName, MB_ICONERROR);
327 MessageBox(hwnd, TEXT("Windows Layout Sample 0.1\n")
H A Dlayout.cpp90 MessageBox(NULL, TEXT("This demo only runs on Windows 2000!"), szAppName, MB_ICONERROR);
323 MessageBox(hwnd, TEXT("Windows Layout Sample 0.1\n")

Completed in 611 milliseconds

12