HomeSort by relevance Sort by last modified time
    Searched defs:ProcessSingletonDialog (Results 1 - 4 of 4) 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_org/chrome/browser/ui/gtk/
process_singleton_dialog.h 18 class ProcessSingletonDialog {
24 explicit ProcessSingletonDialog(const std::string& message);
26 CHROMEGTK_CALLBACK_1(ProcessSingletonDialog, void, OnResponse, int);
30 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) {

Completed in 121 milliseconds