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

  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 682 GtkTextDirection widget_dir = gtk_widget_get_direction(text_entry_); local
691 if (widget_dir == GTK_TEXT_DIR_RTL)
698 if ((widget_dir == GTK_TEXT_DIR_RTL && content_dir == PANGO_DIRECTION_LTR) ||
699 (widget_dir == GTK_TEXT_DIR_LTR && content_dir == PANGO_DIRECTION_RTL)) {
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 2128 GtkTextDirection widget_dir = gtk_widget_get_direction(text_view_); local
    [all...]

Completed in 927 milliseconds