Home
last modified time | relevance | path

Searched refs:location_icon_image_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dlocation_bar_view_gtk.cc147 location_icon_image_(NULL), in LocationBarViewGtk()
334 location_icon_image_ = gtk_image_new(); in BuildSiteTypeArea()
335 gtk_widget_set_name(location_icon_image_, "chrome-location-icon"); in BuildSiteTypeArea()
339 gtk_container_add(GTK_CONTAINER(icon_alignment), location_icon_image_); in BuildSiteTypeArea()
381 gtk_widget_set_tooltip_text(location_icon_image_, in BuildSiteTypeArea()
864 gtk_image_set_from_pixbuf(GTK_IMAGE(location_icon_image_), in UpdateSiteTypeArea()
904 gtk_widget_set_tooltip_text(location_icon_image_, ""); in UpdateSiteTypeArea()
906 gtk_widget_set_tooltip_text(location_icon_image_, in UpdateSiteTypeArea()
1024 gfx::Rect bounds = gtk_util::WidgetBounds(location_icon_image_); in ShowFirstRunBubbleInternal()
1027 FirstRunBubble::Show(profile_, location_icon_image_, bounds, bubble_type); in ShowFirstRunBubbleInternal()
Dlocation_bar_view_gtk.h64 GtkWidget* location_icon_widget() const { return location_icon_image_; } in location_icon_widget()
374 GtkWidget* location_icon_image_; variable