Searched defs:GtkWindow (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dabout_chrome_dialog.h10 typedef struct _GtkWindow GtkWindow; typedef in typeref:struct:_GtkWindow
13 void ShowAboutDialogForProfile(GtkWindow* parent, Profile* profile);
H A Dupdate_recommended_dialog.h14 typedef struct _GtkWindow GtkWindow; typedef in typeref:struct:_GtkWindow
18 static void Show(GtkWindow* parent);
21 explicit UpdateRecommendedDialog(GtkWindow* parent);
H A Dinstant_confirm_dialog_gtk.h15 typedef struct _GtkWindow GtkWindow; typedef in typeref:struct:_GtkWindow
21 InstantConfirmDialogGtk(GtkWindow* parent, Profile* profile);
H A Dcreate_application_shortcuts_dialog_gtk.h19 typedef struct _GtkWindow GtkWindow; typedef in typeref:struct:_GtkWindow
29 explicit CreateApplicationShortcutsDialogGtk(GtkWindow* parent);
41 virtual void CreateDialogBox(GtkWindow* parent);
52 GtkWindow* parent_;
80 static void Show(GtkWindow* parent, TabContentsWrapper* tab_contents);
82 CreateWebApplicationShortcutsDialogGtk(GtkWindow* parent,
101 static void Show(GtkWindow* parent, const Extension* app);
103 explicit CreateChromeApplicationShortcutsDialogGtk(GtkWindow* parent,
/external/chromium_org/chrome/browser/ui/gtk/
H A Dupdate_recommended_dialog.h13 typedef struct _GtkWindow GtkWindow; typedef in typeref:struct:_GtkWindow
17 static void Show(GtkWindow* parent);
20 explicit UpdateRecommendedDialog(GtkWindow* parent);
H A Done_click_signin_bubble_gtk.h16 typedef struct _GtkWindow GtkWindow; typedef in typeref:struct:_GtkWindow
H A Dcreate_application_shortcuts_dialog_gtk.h21 typedef struct _GtkWindow GtkWindow; typedef in typeref:struct:_GtkWindow
41 explicit CreateApplicationShortcutsDialogGtk(GtkWindow* parent);
53 virtual void CreateDialogBox(GtkWindow* parent);
65 GtkWindow* parent_;
96 static void Show(GtkWindow* parent, content::WebContents* web_contents);
98 CreateWebApplicationShortcutsDialogGtk(GtkWindow* parent,
117 GtkWindow* parent,
/external/chromium/chrome/browser/ui/gtk/importer/
H A Dimport_lock_dialog_gtk.h16 typedef struct _GtkWindow GtkWindow; typedef in typeref:struct:_GtkWindow
22 static void Show(GtkWindow* parent, ImporterHost* importer_host);
25 ImportLockDialogGtk(GtkWindow* parent, ImporterHost* importer_host);
H A Dimport_progress_dialog_gtk.h21 typedef struct _GtkWindow GtkWindow; typedef in typeref:struct:_GtkWindow
26 static void StartImport(GtkWindow* parent,
35 ImportProgressDialogGtk(GtkWindow* parent,
56 GtkWindow* parent_;
/external/chromium_org/chrome/browser/ui/gtk/importer/
H A Dimport_lock_dialog_gtk.h14 typedef struct _GtkWindow GtkWindow; typedef in typeref:struct:_GtkWindow
20 static void Show(GtkWindow* parent,
24 ImportLockDialogGtk(GtkWindow* parent,
/external/chromium_org/ui/base/x/
H A Dx11_util.h35 typedef struct _GtkWindow GtkWindow; typedef in typeref:struct:_GtkWindow
127 // Get the GtkWindow* wrapping a given XID, if any.
128 // Returns NULL if there isn't already a GtkWindow* wrapping this XID;
130 UI_EXPORT GtkWindow* GetGtkWindowFromX11Window(XID xid);
/external/chromium_org/ui/gfx/
H A Dnative_widget_types.h107 typedef struct _GtkWindow GtkWindow; typedef in typeref:struct:_GtkWindow
144 typedef GtkWindow* NativeWindow;

Completed in 238 milliseconds