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

  /external/chromium_org/chrome/browser/ui/gtk/
first_run_dialog.h 15 class FirstRunDialog {
22 FirstRunDialog();
23 virtual ~FirstRunDialog();
25 CHROMEGTK_CALLBACK_1(FirstRunDialog, void, OnResponseDialog, int);
26 CHROMEG_CALLBACK_0(FirstRunDialog, void, OnLearnMoreLinkClicked, GtkButton*);
51 DISALLOW_COPY_AND_ASSIGN(FirstRunDialog);
first_run_dialog.cc 69 return FirstRunDialog::Show();
75 bool FirstRunDialog::Show() {
87 new FirstRunDialog();
101 FirstRunDialog::FirstRunDialog()
108 FirstRunDialog::~FirstRunDialog() {
111 void FirstRunDialog::ShowReportingDialog() {
159 void FirstRunDialog::OnResponseDialog(GtkWidget* widget, int response) {
181 void FirstRunDialog::OnLearnMoreLinkClicked(GtkButton* button)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
first_run_dialog.h 19 class FirstRunDialog : public TemplateURLModelObserver {
27 FirstRunDialog(Profile* profile,
31 virtual ~FirstRunDialog();
33 CHROMEGTK_CALLBACK_1(FirstRunDialog, void, OnResponseDialog, int);
34 CHROMEGTK_CALLBACK_0(FirstRunDialog, void, OnSearchEngineButtonClicked);
35 CHROMEGTK_CALLBACK_0(FirstRunDialog, void, OnSearchEngineWindowDestroy);
36 CHROMEG_CALLBACK_0(FirstRunDialog, void, OnLearnMoreLinkClicked, GtkButton*);
79 DISALLOW_COPY_AND_ASSIGN(FirstRunDialog);
first_run_dialog.cc 98 FirstRunDialog::Show(profile, randomize_search_engine_order);
104 bool FirstRunDialog::Show(Profile* profile,
130 new FirstRunDialog(profile,
145 FirstRunDialog::FirstRunDialog(Profile* profile,
172 FirstRunDialog::~FirstRunDialog() {
175 void FirstRunDialog::ShowSearchEngineWindow() {
242 void FirstRunDialog::ShowReportingDialog() {
300 void FirstRunDialog::OnTemplateURLModelChanged()
    [all...]

Completed in 305 milliseconds