HomeSort by relevance Sort by last modified time
    Searched full:is_rtl (Results 1 - 6 of 6) sorted by null

  /external/harfbuzz/contrib/
harfbuzz-freetype.c 19 HB_Bool is_rtl) {
  /external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.cc 215 bool is_RTL) {
227 int left = is_RTL ? info.rcWork.left : info.rcWork.right - width;
try_chrome_dialog_view.h 79 gfx::Rect ComputeWindowPosition(int width, int height, bool is_RTL);
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc 67 bool is_rtl; member in struct:AutocompleteResultView::RunData
315 current_run->is_rtl = !is_url && (run_direction == UBIDI_RTL);
393 const bool reverse_visible_order = (i->is_rtl != base::i18n::IsRTL());
397 if (i->is_rtl)
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 198 bool is_rtl = base::i18n::IsRTL(); local
199 if (is_rtl && !base::i18n::StringContainsStrongRTLChars(localized_text)) {
241 if (is_rtl && !marked_with_lre) {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.h 65 // The is_rtl flag should be set if the input script is RTL. It is assumed

Completed in 632 milliseconds