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

  /external/chromium/chrome/browser/ui/gtk/
about_chrome_dialog.h 10 typedef struct _GtkWindow GtkWindow;
13 void ShowAboutDialogForProfile(GtkWindow* parent, Profile* profile);
update_recommended_dialog.h 14 typedef struct _GtkWindow GtkWindow;
18 static void Show(GtkWindow* parent);
21 explicit UpdateRecommendedDialog(GtkWindow* parent);
instant_confirm_dialog_gtk.h 15 typedef struct _GtkWindow GtkWindow;
21 InstantConfirmDialogGtk(GtkWindow* parent, Profile* profile);
create_application_shortcuts_dialog_gtk.h 19 typedef struct _GtkWindow 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/
update_recommended_dialog.h 13 typedef struct _GtkWindow GtkWindow;
17 static void Show(GtkWindow* parent);
20 explicit UpdateRecommendedDialog(GtkWindow* parent);
one_click_signin_bubble_gtk.h 16 typedef struct _GtkWindow GtkWindow;
create_application_shortcuts_dialog_gtk.h 21 typedef struct _GtkWindow GtkWindow;
41 explicit CreateApplicationShortcutsDialogGtk(GtkWindow* parent);
53 virtual void CreateDialogBox(GtkWindow* parent);
65 GtkWindow* parent_;
95 static void Show(GtkWindow* parent, content::WebContents* web_contents);
97 CreateWebApplicationShortcutsDialogGtk(GtkWindow* parent,
116 static void Show(GtkWindow* parent, Profile* profile,
119 CreateChromeApplicationShortcutsDialogGtk(GtkWindow* parent,
  /external/chromium/chrome/browser/ui/gtk/importer/
import_lock_dialog_gtk.h 16 typedef struct _GtkWindow GtkWindow;
22 static void Show(GtkWindow* parent, ImporterHost* importer_host);
25 ImportLockDialogGtk(GtkWindow* parent, ImporterHost* importer_host);
import_progress_dialog_gtk.h 21 typedef struct _GtkWindow GtkWindow;
26 static void StartImport(GtkWindow* parent,
35 ImportProgressDialogGtk(GtkWindow* parent,
56 GtkWindow* parent_;
  /external/chromium_org/chrome/browser/ui/gtk/importer/
import_lock_dialog_gtk.h 14 typedef struct _GtkWindow GtkWindow;
20 static void Show(GtkWindow* parent,
24 ImportLockDialogGtk(GtkWindow* parent,
  /external/chromium_org/ui/base/x/
x11_util.h 38 typedef struct _GtkWindow GtkWindow;
131 // Get the GtkWindow* wrapping a given XID, if any.
132 // Returns NULL if there isn't already a GtkWindow* wrapping this XID;
134 UI_EXPORT GtkWindow* GetGtkWindowFromX11Window(XID xid);
  /external/chromium_org/ui/gfx/
native_widget_types.h 108 typedef struct _GtkWindow GtkWindow;
145 typedef GtkWindow* NativeWindow;

Completed in 95 milliseconds