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

  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 679 PangoDirection content_dir = local
686 if (content_dir == PANGO_DIRECTION_NEUTRAL) {
688 content_dir = gdk_keymap_get_direction(
692 content_dir = PANGO_DIRECTION_RTL;
694 content_dir = PANGO_DIRECTION_LTR;
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 1386 PangoDirection content_dir = GetContentDirection(); local
2119 PangoDirection content_dir = GetContentDirection(); local
    [all...]

Completed in 65 milliseconds