HomeSort by relevance Sort by last modified time
    Searched refs:ProcessSingletonDialog (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
process_singleton_dialog.h 19 class ProcessSingletonDialog {
25 explicit ProcessSingletonDialog(const std::string& message);
27 CHROMEGTK_CALLBACK_1(ProcessSingletonDialog, void, OnResponse, int);
31 DISALLOW_COPY_AND_ASSIGN(ProcessSingletonDialog);
process_singleton_dialog.cc 15 void ProcessSingletonDialog::ShowAndRun(const std::string& message) {
16 ProcessSingletonDialog dialog(message);
19 ProcessSingletonDialog::ProcessSingletonDialog(const std::string& message) {
39 void ProcessSingletonDialog::OnResponse(GtkWidget* dialog, int response_id) {
  /external/chromium/chrome/browser/
process_singleton_linux.cc 312 ProcessSingletonDialog::ShowAndRun(UTF16ToUTF8(error));
    [all...]

Completed in 125 milliseconds