Searched refs:is_rtl (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_view_views.cc73 const bool is_rtl = controller_->IsRTL(); local
77 const int value_content_x = is_rtl ?
91 int x_align_left = is_rtl ? kEndPadding : entry_rect.width() - kEndPadding;
102 x_align_left += is_rtl ? 0 : -image->width();
106 x_align_left += is_rtl ? image->width() + kIconPadding : -kIconPadding;
113 if (!is_rtl)
/external/chromium_org/chrome/browser/ui/webui/
H A Dbidi_checker_web_ui_test.h28 // Runs the Bidi Checker on the given page URL. |is_rtl| should be true when
30 void RunBidiCheckerOnPage(const std::string& page_url, bool is_rtl);
H A Dbidi_checker_web_ui_test.cc102 const std::string& page_url, bool is_rtl) {
106 base::Value::CreateBooleanValue(is_rtl)));
101 RunBidiCheckerOnPage( const std::string& page_url, bool is_rtl) argument
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc409 is_rtl(false),
424 if (!is_rtl) {
448 if (is_rtl) {
486 const size_t glyph_pos = (is_rtl == trailing) ?
523 run.glyph_to_char[i] + (run.is_rtl ? 1 : 0)),
524 (run.is_rtl ? CURSOR_BACKWARD : CURSOR_FORWARD));
528 run.glyph_to_char[i] + (run.is_rtl ? 0 : 1)),
529 (run.is_rtl ? CURSOR_FORWARD : CURSOR_BACKWARD));
563 bool forward_motion = run->is_rtl == (direction == CURSOR_LEFT);
582 bool forward_motion = run->is_rtl
[all...]
H A Drender_text_harfbuzz.h42 bool is_rtl; member in struct:gfx::internal::TextRunHarfBuzz
H A Dcanvas_skia.cc388 const bool is_rtl = base::i18n::GetFirstStrongCharacterDirection(text) == local
390 flags |= is_rtl ? TEXT_ALIGN_RIGHT : TEXT_ALIGN_LEFT;
H A Drender_text_unittest.cc1932 bool is_rtl; member in struct:gfx::__anon16137
1968 run.is_rtl = cases[i].is_rtl;
1985 EXPECT_TRUE(render_text.runs_[0]->is_rtl);
1986 EXPECT_FALSE(render_text.runs_[1]->is_rtl);
1987 EXPECT_TRUE(render_text.runs_[2]->is_rtl);
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper_core.cc246 base::string16 FormatURLForDisplay(const GURL& url, bool is_rtl, argument
253 if (is_rtl)
275 bool is_rtl) {
279 FormatURLForDisplay(SanitizeURL(GURL(error.unreachableURL)), is_rtl,
330 FormatURLForDisplay(GURL((*it)->url_correction), is_rtl,
708 bool is_rtl) {
734 accept_languages, is_rtl);
270 CreateErrorPageParams( const NavigationCorrectionResponse& response, const blink::WebURLError& error, const NetErrorHelperCore::NavigationCorrectionParams& correction_params, const std::string& accept_languages, bool is_rtl) argument
705 OnNavigationCorrectionsFetched( const std::string& corrections, const std::string& accept_languages, bool is_rtl) argument
H A Dnet_error_helper_core.h148 bool is_rtl);
/external/chromium_org/third_party/skia/third_party/harfbuzz/contrib/
H A Dharfbuzz-freetype.c19 HB_Bool is_rtl) {
16 hb_freetype_string_to_glyphs(HB_Font font, const HB_UChar16 *chars, hb_uint32 len, HB_Glyph *glyphs, hb_uint32 *numGlyphs, HB_Bool is_rtl) argument
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_unittest.cc330 bool is_rtl) {
350 EXPECT_EQ(is_rtl, rtl_direction);
328 CheckUiDisplayNameForLocale(const std::string& locale, const std::string& display_locale, bool is_rtl) argument
/external/chromium_org/ash/shelf/
H A Dshelf_view_unittest.cc609 ScopedTextDirectionChange(bool is_rtl) argument
610 : is_rtl_(is_rtl) {
/external/chromium_org/ui/native_theme/
H A Dnative_theme_win.cc1495 bool is_rtl = (bar_rect.right == value_rect.right &&
1501 value_draw_options.dwFlags = is_rtl ? DTBG_MIRRORDC : 0;

Completed in 454 milliseconds