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

  /external/chromium_org/chrome/browser/ui/gtk/
global_error_bubble.h 37 CHROMEGTK_CALLBACK_0(GlobalErrorBubble, void, OnRealize);
global_error_bubble.cc 145 void GlobalErrorBubble::OnRealize(GtkWidget* sender) {
location_bar_view_gtk.h 270 CHROMEGTK_CALLBACK_0(PageActionViewGtk, void, OnRealize);
browser_actions_toolbar_gtk.cc 141 G_CALLBACK(OnRealize), this);
377 static void OnRealize(GtkWidget* widget, void* user_data) {
    [all...]
location_bar_view_gtk.cc     [all...]
  /external/chromium_org/ui/gfx/
gtk_native_view_id_manager.cc 20 void OnRealize(gfx::NativeView widget, void* arg) {
22 manager->OnRealize(widget);
81 g_signal_connect(widget, "realize", G_CALLBACK(::OnRealize), this);
203 void GtkNativeViewManager::OnRealize(gfx::NativeView widget) {
gtk_native_view_id_manager.h 88 void OnRealize(gfx::NativeView widget);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.cc 145 G_CALLBACK(OnRealize), host_view);
195 static gboolean OnRealize(GtkWidget* widget,
    [all...]

Completed in 118 milliseconds