Searched refs:show_keyword_hint_ (Results 1 – 2 of 2) sorted by relevance
171 show_keyword_hint_(false) { in LocationBarViewGtk()498 show_keyword_hint_ = !keyword.empty() && is_keyword_hint; in OnChanged()503 if (show_keyword_hint_) in OnChanged()1167 else if (!show_keyword_hint_ && GTK_WIDGET_VISIBLE(tab_to_search_hint_)) in AdjustChildrenVisibility()1197 } else if (show_keyword_hint_) { in AdjustChildrenVisibility()
449 bool show_keyword_hint_; variable