Searched refs:tab_to_search_partial_label_ (Results 1 – 2 of 2) sorted by relevance
154 tab_to_search_partial_label_(NULL), in LocationBarViewGtk()223 tab_to_search_partial_label_ = gtk_label_new(NULL); in Init()228 tab_to_search_partial_label_, FALSE, FALSE, 0); in Init()257 gtk_widget_hide(tab_to_search_partial_label_); in Init()773 gtk_util::SetLabelColor(tab_to_search_partial_label_, NULL); in Observe()779 gtk_util::UndoForceFontSize(tab_to_search_partial_label_); in Observe()796 gtk_util::SetLabelColor(tab_to_search_partial_label_, >k_util::kGdkBlack); in Observe()807 gtk_util::ForceFontSizePixels(tab_to_search_partial_label_, in Observe()962 gtk_label_set_text(GTK_LABEL(tab_to_search_partial_label_), in SetKeywordLabel()1174 gtk_widget_size_request(tab_to_search_partial_label_, &partial_label); in AdjustChildrenVisibility()[all …]
397 GtkWidget* tab_to_search_partial_label_; variable