HomeSort by relevance Sort by last modified time
    Searched refs:rtl (Results 101 - 125 of 156) sorted by null

1 2 3 45 6 7

  /external/chromium_org/base/
base_i18n.target.darwin-mips.mk 38 base/i18n/rtl.cc \
base_i18n.target.darwin-x86.mk 38 base/i18n/rtl.cc \
base_i18n.target.linux-arm.mk 38 base/i18n/rtl.cc \
base_i18n.target.linux-mips.mk 38 base/i18n/rtl.cc \
base_i18n.target.linux-x86.mk 38 base/i18n/rtl.cc \
  /external/chromium_org/ui/gfx/
render_text_pango.cc 38 bool rtl = item->analysis.level & 1; local
39 return rtl == (direction == CURSOR_LEFT);
render_text_unittest.cc 35 // Various weak, LTR, RTL, and Bidi string cases with three characters each.
59 void SetRTL(bool rtl) {
61 base::i18n::SetICUDefaultLocale(rtl ? "he" : "en");
64 gtk_widget_set_default_direction(rtl ? GTK_TEXT_DIR_RTL : GTK_TEXT_DIR_LTR);
66 EXPECT_EQ(rtl, base::i18n::IsRTL());
323 L"\x05d0\x05d1 \x05d0\x05d2 \x05d1\x05d2", // Check RTL word boundaries.
526 // Strings that begin with strong RTL characters.
591 // LTR-RTL
619 // LTR-RTL-LTR.
640 // Pure RTL
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 152 /* Information about the function that is propagated by the RTL backend.
232 struct cgraph_rtl_info rtl; variable in typeref:struct:cgraph_rtl_info
529 /* Functions are now ordered and being passed to RTL expanders. */
926 rtx rtl; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 152 /* Information about the function that is propagated by the RTL backend.
232 struct cgraph_rtl_info rtl; variable in typeref:struct:cgraph_rtl_info
529 /* Functions are now ordered and being passed to RTL expanders. */
926 rtx rtl; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 152 /* Information about the function that is propagated by the RTL backend.
232 struct cgraph_rtl_info rtl; variable in typeref:struct:cgraph_rtl_info
529 /* Functions are now ordered and being passed to RTL expanders. */
926 rtx rtl; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 152 /* Information about the function that is propagated by the RTL backend.
232 struct cgraph_rtl_info rtl; variable in typeref:struct:cgraph_rtl_info
529 /* Functions are now ordered and being passed to RTL expanders. */
926 rtx rtl; variable
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 912 var rtl = document.documentElement.dir == 'rtl';
923 if ((!rtl && contentRect.right > attributionRect.left) ||
924 (rtl && attributionRect.right > contentRect.left)) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_locally_managed_user_creation.css 380 html[dir=rtl] #managed-user-creation-image-preview {
472 html[dir=rtl] #managed-user-creation-flip-photo {
  /external/chromium_org/chrome/browser/resources/
test_presubmit.py 451 html[dir="rtl"] body,
452 html[dir=ltr] body /* TODO(dbeam): Require '' around rtl in future? */ {
460 html[dir="rtl"] body,
523 #id.class([dir=rtl):not(.class):any(a, b, d) {
  /external/chromium_org/third_party/WebKit/Source/web/resources/
suggestionPicker.js 169 this._element.classList.add("rtl");
171 this._element.classList.add("locale-rtl");
  /external/chromium_org/ash/system/user/
tray_user.cc 28 #include "base/i18n/rtl.h"
475 const bool rtl = base::i18n::IsRTL(); local
477 kUserDetailsVerticalPadding, rtl ? 0 : inner_padding,
478 kUserDetailsVerticalPadding, rtl ? inner_padding : 0));
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 10 #include "base/i18n/rtl.h"
632 bool rtl = base::i18n::IsRTL(); local
636 rtl ? TPM_RIGHTALIGN : TPM_LEFTALIGN, ipc_params));
    [all...]
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 143 // word 'Account' OR we're in rtl and 'Google' is BEFORE 'Account'.
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 42 RTL: 'rtl', // Right-to-left language text.
1045 if (searchboxApiHandle.rtl) {
1046 $(IDS.NOTIFICATION).dir = 'rtl';
1048 document.body.classList.add(CLASSES.RTL);
1049 $(IDS.TILES).dir = 'rtl';
  /external/chromium_org/chrome/browser/resources/options/
browser_options.css 31 html[dir=rtl] #account-picture-wrapper {
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 624 var rtl = isRtl();
634 // Reflect the X axis if an RTL language is active.
635 if (rtl)
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtrn.c 1385 int32_t rtl; local
    [all...]
  /external/chromium_org/ui/base/resource/
resource_bundle_unittest.cc 68 ui::ResourceBundle::ImageRTL rtl));

Completed in 572 milliseconds

1 2 3 45 6 7