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

  /external/chromium/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.h 76 class CreateWebApplicationShortcutsDialogGtk
82 CreateWebApplicationShortcutsDialogGtk(GtkWindow* parent,
84 virtual ~CreateWebApplicationShortcutsDialogGtk() {}
93 DISALLOW_COPY_AND_ASSIGN(CreateWebApplicationShortcutsDialogGtk);
create_application_shortcuts_dialog_gtk.cc 37 void CreateWebApplicationShortcutsDialogGtk::Show(
39 new CreateWebApplicationShortcutsDialogGtk(parent, tab_contents);
274 CreateWebApplicationShortcutsDialogGtk::CreateWebApplicationShortcutsDialogGtk(
287 void CreateWebApplicationShortcutsDialogGtk::OnCreatedShortcut() {
  /external/chromium_org/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.h 91 class CreateWebApplicationShortcutsDialogGtk
97 CreateWebApplicationShortcutsDialogGtk(GtkWindow* parent,
103 virtual ~CreateWebApplicationShortcutsDialogGtk() {}
109 DISALLOW_COPY_AND_ASSIGN(CreateWebApplicationShortcutsDialogGtk);
create_application_shortcuts_dialog_gtk.cc 59 new CreateWebApplicationShortcutsDialogGtk(parent_window, web_contents);
294 CreateWebApplicationShortcutsDialogGtk::CreateWebApplicationShortcutsDialogGtk(
310 void CreateWebApplicationShortcutsDialogGtk::OnCreatedShortcut() {

Completed in 492 milliseconds