HomeSort by relevance Sort by last modified time
    Searched refs:rtl (Results 51 - 75 of 83) sorted by null

1 23 4

  /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/webkit/Source/WebCore/page/
ContextMenuController.cpp 556 ContextMenuItem rtl(CheckableActionType, ContextMenuItemTagRightToLeft, contextMenuItemTagRightToLeft());
560 appendItem(rtl, &writingDirectionMenu);
571 ContextMenuItem rtl(CheckableActionType, ContextMenuItemTagTextDirectionRightToLeft, contextMenuItemTagRightToLeft());
575 appendItem(rtl, &textDirectionMenu);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cgraph.h 121 /* Information about the function that is propagated by the RTL backend.
161 struct cgraph_rtl_info rtl; local
299 /* Functions are now ordered and being passed to RTL expanders. */
basic-block.h 248 struct rtl_bb_info * GTY ((tag ("1"))) rtl; member in union:basic_block_il_dependent
342 /* Set on blocks that are in RTL format. */
505 #define BB_HEAD(B) (B)->il.rtl->head_
506 #define BB_END(B) (B)->il.rtl->end_
    [all...]
tree.h 2804 rtx rtl; local
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 351 // Use popupInitialCoordinate.x() + rightOffset because RTL position
359 if (m_listBox->m_popupClient->menuStyle().textDirection() == RTL && widgetRect.x() < screen.x()) {
445 // Adjust the starting x-axis for RTL dropdown. For RTL dropdown, the right edge
451 bool rightAligned = m_listBox->m_popupClient->menuStyle().textDirection() == RTL;
932 bool rightAligned = m_popupClient->menuStyle().textDirection() == RTL;
946 // FIXME: We should leftTruncate for the rtl case.
962 bool rtl = style.textDirection() == RTL; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 279 if (run.expansion() || run.rtl() || isSmallCaps() || wordSpacing() || letterSpacing())
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 189 PangoDirection direction = run.rtl() ? PANGO_DIRECTION_RTL : PANGO_DIRECTION_LTR;
  /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-trace/src/shared/js/
util.js 126 * @return {boolean} True if Chrome is running an RTL UI.
129 return document.documentElement.dir == 'rtl';
  /external/webkit/Source/WebCore/css/
CSSPropertyNames.in 283 -webkit-rtl-ordering
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 1851 bool rtl = computedStyle ? !computedStyle->isLeftToRightDirection() : false; local
    [all...]
  /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/icu4c/test/cintltst/
custrtrn.c 1385 int32_t rtl; local
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 2877 rtx rtl; variable
    [all...]
target.def 379 Could be fixed by making output_mi_thunk emit rtl instead of
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 2877 rtx rtl; variable
    [all...]
target.def 379 Could be fixed by making output_mi_thunk emit rtl instead of
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 2877 rtx rtl; variable
    [all...]
target.def 379 Could be fixed by making output_mi_thunk emit rtl instead of
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 728 var rtl = getComputedStyle(overElement).direction == 'rtl';
731 if (rtl) {
    [all...]

Completed in 3479 milliseconds

1 23 4