HomeSort by relevance Sort by last modified time
    Searched defs:rtl (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/public/web/
WebTextRun.h 45 , rtl(isRTL)
50 : rtl(false)
56 bool rtl; member in struct:blink::WebTextRun
  /external/chromium_org/chrome/browser/chromeos/login/signin/
merge_session_load_page.cc 10 #include "base/i18n/rtl.h"
90 bool rtl = base::i18n::IsRTL(); local
91 strings.SetString("textdirection", rtl ? "rtl" : "ltr");
  /external/chromium_org/content/public/common/
menu_item.h 35 bool rtl; member in struct:content::MenuItem
  /external/chromium_org/ui/views/controls/
label_unittest.cc 7 #include "base/i18n/rtl.h"
23 void SetRTL(bool rtl) {
25 base::i18n::SetICUDefaultLocale(rtl ? "he" : "en");
26 EXPECT_EQ(rtl, base::i18n::IsRTL());
73 // The alignment should be flipped in RTL UI.
85 const bool rtl = j == 0; local
86 label.SetText(rtl ? base::WideToUTF16(L"\x5d0") : ASCIIToUTF16("A"));
87 EXPECT_EQ(rtl ? gfx::ALIGN_RIGHT : gfx::ALIGN_LEFT,
342 // Test text starts with RTL character.
748 // Test for RTL
    [all...]
  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.cc 8 #include "base/i18n/rtl.h"
294 strings.SetString("textdirection", base::i18n::IsRTL() ? "rtl" : "ltr");
317 bool rtl = base::i18n::IsRTL(); local
318 strings.SetString("textDirection", rtl ? "rtl" : "ltr");
319 if (rtl)
366 if (rtl)
385 if (rtl) {
  /external/chromium_org/ppapi/c/dev/
ppb_font_dev.h 147 * the text. The value of the <code>rtl</code> flag specifies the
149 * word will always display right to left, even if <code>rtl</code> is false.
152 * and <code>rtl</code> specifies the direction of the text.
154 * TODO(brettw) note that autodetection with rtl = true is currently
157 PP_Bool rtl; member in struct:PP_TextRun_Dev
164 * <code>rtl</code> flag.
221 * RTL text, this will actually represent the logical end of the text).
  /external/chromium_org/ppapi/c/trusted/
ppb_browser_font_trusted.h 147 PP_Bool rtl; member in struct:PP_BrowserFont_Trusted_TextRun
218 * RTL text, this will actually represent the logical end of the text).
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.cpp 136 bool rtl = m_run.rtl(); local
155 const GlyphData& glyphData = glyphDataForCharacter(character, rtl, textIterator.currentCharacter(), advanceLength);
191 const GlyphData& uppercaseGlyphData = m_font->glyphDataForCharacter(toUpper(character), rtl);
226 || (m_run.rtl() && textIterator.currentCharacter())) {
290 glyphBuffer->add(glyph, fontData, (rtl ? oldWidth + lastRoundingWidth : width));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.h 104 bool rtl() { return m_direction == RTL; } function in class:WebCore::FINAL::HarfBuzzRun
  /external/chromium_org/ash/system/user/
user_card_view.cc 18 #include "base/i18n/rtl.h"
157 const bool rtl = base::i18n::IsRTL(); local
159 rtl ? 0 : inner_padding,
161 rtl ? inner_padding : 0));
  /external/chromium_org/chrome/common/
localized_error.cc 7 #include "base/i18n/rtl.h"
511 bool rtl = LocaleIsRTL(); local
512 error_strings->SetString("textdirection", rtl ? "rtl" : "ltr");
548 if (rtl)
847 bool rtl = LocaleIsRTL(); local
848 error_strings->SetString("textdirection", rtl ? "rtl" : "ltr");
852 if (rtl)
    [all...]
  /external/chromium_org/ui/gfx/
render_text_pango.cc 38 bool rtl = item->analysis.level & 1; local
39 return rtl == (direction == CURSOR_LEFT);
  /external/dhcpcd/
configure.c 642 struct rt *rtp, *rtl, *rtn; local
645 for (rtp = rt, rtl = NULL; rtp; rtl = rtp, rtp = rtp->next) {
681 if (rtl == NULL)
684 rtl->next = rtn;
692 struct rt *nrs = NULL, *dnr, *or, *rt, *rtn, *rtl, *lrt = NULL; local
713 if ((or = find_route(routes, rt, &rtl, NULL))) {
722 if (rtl != NULL)
723 rtl->next = or->next;
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 542 bool rtl = base::i18n::IsRTL(); local
544 rtl ? kBubblePaddingHorizontalSide : 0,
546 rtl ? 0 : kBubblePaddingHorizontalSide,
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtrn.c 1385 int32_t rtl; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c 1398 int32_t rtl; local
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 152 int GetViewsCommand(const ui::TextEditCommandAuraLinux& command, bool rtl) {
176 if (rtl)
182 if (rtl)
205 if (rtl) {
212 if (rtl) {
657 const bool rtl = GetTextDirection() == base::i18n::RIGHT_TO_LEFT; local
659 const int command = GetViewsCommand(commands[i], rtl);
774 const bool rtl = GetTextDirection() == base::i18n::RIGHT_TO_LEFT; local
776 if (IsCommandIdEnabled(GetViewsCommand(commands[i], rtl)))
1163 bool rtl = GetTextDirection() == base::i18n::RIGHT_TO_LEFT; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h 201 struct rtl_bb_info * rtl; member in struct:basic_block_il_dependent::__anon48364
405 #define BB_END(B) (B)->il.x.rtl->end_
406 #define BB_HEADER(B) (B)->il.x.rtl->header_
407 #define BB_FOOTER(B) (B)->il.x.rtl->footer_
    [all...]
cgraph.h 170 /* Information about the function that is propagated by the RTL backend.
242 struct cgraph_rtl_info rtl; variable in typeref:struct:cgraph_rtl_info
525 /* Functions are now ordered and being passed to RTL expanders. */
1133 rtx rtl; variable
    [all...]
tree.h 2934 rtx rtl; variable
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 978 milliseconds

1 2