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

1 23 4 5 6 7

  /external/chromium_org/ppapi/api/dev/
ppb_font_dev.idl 128 * the text. The value of the <code>rtl</code> flag specifies the
130 * word will always display right to left, even if <code>rtl</code> is false.
133 * and <code>rtl</code> specifies the direction of the text.
135 * TODO(brettw) note that autodetection with rtl = true is currently
138 PP_Bool rtl;
146 * <code>rtl</code> flag.
203 * RTL text, this will actually represent the logical end of the text).
  /external/chromium_org/ppapi/api/trusted/
ppb_browser_font_trusted.idl 128 PP_Bool rtl;
199 * RTL text, this will actually represent the logical end of the text).
  /external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
calendarPicker.css 38 .rtl {
39 direction: rtl;
162 .rtl .calendar-title {
291 .rtl .year-list-view .scrubby-scroll-bar {
  /external/chromium/chrome/browser/resources/options/
cookies_view.css 14 html[dir=rtl] #remove-all-cookies-search-column {
69 html[dir=rtl] list.cookie-list > .deletable-item > .close-button {
  /external/chromium_org/base/i18n/
rtl_unittest.cc 5 #include "base/i18n/rtl.h"
27 void SetRTL(bool rtl) {
29 SetICUDefaultLocale(rtl ? "he" : "en");
32 gtk_widget_set_default_direction(rtl ? GTK_TEXT_DIR_RTL : GTK_TEXT_DIR_LTR);
34 EXPECT_EQ(rtl, IsRTL());
131 // Test pure RTL with strong directionality characters of type R.
135 // Test pure RTL with strong directionality characters of type RLE.
139 // Test pure RTL with strong directionality characters of type RLO.
143 // Test pure RTL with strong directionality characters of type AL.
147 // Test pure RTL with various types of strong directionality characters
    [all...]
  /external/chromium_org/chrome/browser/resources/
flags.css 43 html[dir=rtl] #header {
98 html[dir=rtl] #experiment-reset-all {
  /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/chrome/browser/chromeos/offline/
offline_load_page.cc 7 #include "base/i18n/rtl.h"
94 bool rtl = base::i18n::IsRTL(); local
95 strings.SetString("textdirection", rtl ? "rtl" : "ltr");
98 if (rtl)
  /external/chromium_org/chrome/browser/ui/views/frame/
app_non_client_frame_view_ash.cc 10 #include "base/i18n/rtl.h"
144 bool rtl = base::i18n::IsRTL(); local
147 rtl ? 0 : restore_button_->x(),
149 rtl ? restore_button_->x() : 0);
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.css 98 body.rtl #cursor {
260 body.rtl .mv-page .mv-x {
336 body.rtl #attribution {
355 body.rtl #attribution,body.rtl #recent-tabs {
  /external/chromium_org/chrome/common/
localized_error.cc 7 #include "base/i18n/rtl.h"
486 bool rtl = LocaleIsRTL(); local
487 error_strings->SetString("textdirection", rtl ? "rtl" : "ltr");
525 if (rtl)
788 bool rtl = LocaleIsRTL(); local
789 error_strings->SetString("textdirection", rtl ? "rtl" : "ltr");
793 if (rtl)
  /external/chromium/chrome/browser/resources/ntp/
apps.css 171 html[dir=rtl] #apps-promo-hide {
187 html[dir=rtl] .app.web-store-entry.loner {
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_user_image.css 94 html[dir=rtl] #user-image-preview {
179 html[dir=rtl] #flip-photo {
  /external/chromium_org/ppapi/cpp/dev/
font_dev.h 81 bool rtl = false,
  /external/chromium_org/ppapi/cpp/trusted/
browser_font_trusted.h 87 bool rtl = false,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
UniscribeHelperTextRun.cpp 43 : UniscribeHelper(0, run.length(), run.rtl(),
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.h 91 bool rtl() { return m_direction == RTL; } function in class:WebCore::HarfBuzzShaper::HarfBuzzRun
  /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/icu4c/test/intltest/
ucdtest.cpp 455 UnicodeSet rtl("[[:bc=R:][:bc=AL:]-[:Cn:]-[:sc=Common:]]", errorCode);
470 assertFalse("not encoded, not RTL", uscript_isRightToLeft(sc));
480 assertEquals("RTL vs. set", rtl.contains(firstChar), uscript_isRightToLeft(sc));
484 rtl.removeAll(scriptSet);
492 assertEquals("no remaining RTL characters",
493 UnicodeString("[]"), rtl.toPattern(pattern));
  /external/chromium_org/chrome/browser/resources/chromeos/diagnostics/
main.css 59 html[dri=rtl] .page header > button {
87 /* TODO(hshi): the layout is wrong in RTL. */
  /external/chromium_org/chrome/browser/resources/ntp4/
suggestions_page.css 30 html[dir=rtl] .suggestions .close-button {
55 html[dir='rtl'] .suggestions .favicon {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SVGGlyph.cpp 83 Vector<SVGGlyph::ArabicForm> charactersWithArabicForm(const String& input, bool rtl)
102 if (rtl) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
FontComplexTextMac.cpp 64 if (run.rtl()) {
86 if (run.rtl()) {
  /external/chromium_org/ui/base/resource/
resource_bundle.h 60 // Images are flipped in RTL locales.
92 virtual gfx::Image GetNativeImageNamed(int resource_id, ImageRTL rtl) = 0;
202 // If |rtl| is RTL_ENABLED then the image is flipped in RTL locales.
203 gfx::Image& GetNativeImageNamed(int resource_id, ImageRTL rtl);
205 // Same as GetNativeImageNamed() except that RTL is not enabled.

Completed in 3329 milliseconds

1 23 4 5 6 7