Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dfind_bar_gtk.cc682 GtkTextDirection widget_dir = gtk_widget_get_direction(text_entry_); in AdjustTextAlignment() local
691 if (widget_dir == GTK_TEXT_DIR_RTL) in AdjustTextAlignment()
698 if ((widget_dir == GTK_TEXT_DIR_RTL && content_dir == PANGO_DIRECTION_LTR) || in AdjustTextAlignment()
699 (widget_dir == GTK_TEXT_DIR_LTR && content_dir == PANGO_DIRECTION_RTL)) { in AdjustTextAlignment()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_gtk.cc2128 GtkTextDirection widget_dir = gtk_widget_get_direction(text_view_); in AdjustTextJustification() local
2130 if ((widget_dir == GTK_TEXT_DIR_RTL && content_dir == PANGO_DIRECTION_LTR) || in AdjustTextJustification()
2131 (widget_dir == GTK_TEXT_DIR_LTR && content_dir == PANGO_DIRECTION_RTL)) { in AdjustTextJustification()