Searched defs:OnRealize (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dgtk_native_view_id_manager.cc20 void OnRealize(gfx::NativeView widget, void* arg) { function
22 manager->OnRealize(widget);
81 g_signal_connect(widget, "realize", G_CALLBACK(::OnRealize), this);
203 void GtkNativeViewManager::OnRealize(gfx::NativeView widget) { function in class:GtkNativeViewManager
/external/chromium_org/chrome/browser/ui/gtk/
H A Dglobal_error_bubble.cc146 void GlobalErrorBubble::OnRealize(GtkWidget* sender) { function in class:GlobalErrorBubble
H A Dbrowser_actions_toolbar_gtk.cc140 G_CALLBACK(OnRealize), this);
380 static void OnRealize(GtkWidget* widget, void* user_data) { function in class:BrowserActionButton
H A Dlocation_bar_view_gtk.cc2110 void LocationBarViewGtk::PageActionViewGtk::OnRealize(GtkWidget* widget) { function in class:LocationBarViewGtk::PageActionViewGtk
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_gtk.cc140 G_CALLBACK(OnRealize), host_view);
192 static gboolean OnRealize(GtkWidget* widget, function in class:content::RenderWidgetHostViewGtkWidget

Completed in 161 milliseconds