Searched defs:is_rtl (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_view_views.cc72 const bool is_rtl = controller_->IsRTL(); local
76 const int value_content_x = is_rtl ?
90 int x_align_left = is_rtl ? kEndPadding : entry_rect.width() - kEndPadding;
101 x_align_left += is_rtl ? 0 : -image->width();
105 x_align_left += is_rtl ? image->width() + kIconPadding : -kIconPadding;
112 if (!is_rtl)
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_unittest.cc410 bool is_rtl) {
430 EXPECT_EQ(is_rtl, rtl_direction);
408 CheckUiDisplayNameForLocale(const std::string& locale, const std::string& display_locale, bool is_rtl) argument
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.h54 bool is_rtl; member in struct:gfx::internal::TextRunHarfBuzz
H A Dcanvas_skia.cc380 const bool is_rtl = base::i18n::GetFirstStrongCharacterDirection(text) == local
382 flags |= is_rtl ? TEXT_ALIGN_RIGHT : TEXT_ALIGN_LEFT;
H A Drender_text_unittest.cc2082 bool is_rtl; member in struct:gfx::__anon16896
2118 run.is_rtl = cases[i].is_rtl;
2168 bool is_rtl; member in struct:gfx::__anon16897
2207 run.is_rtl = cases[i].is_rtl;
2225 EXPECT_TRUE(render_text.runs_[0]->is_rtl);
2226 EXPECT_FALSE(render_text.runs_[1]->is_rtl);
2227 EXPECT_TRUE(render_text.runs_[2]->is_rtl);
/external/chromium_org/android_webview/native/
H A Daw_autofill_client.cc106 bool is_rtl,
135 is_rtl,
104 ShowAutofillPopupImpl( const gfx::RectF& element_bounds, bool is_rtl, const std::vector<base::string16>& values, const std::vector<base::string16>& labels, const std::vector<int>& identifiers) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dbidi_checker_web_ui_test.cc102 const std::string& page_url, bool is_rtl) {
106 new base::FundamentalValue(is_rtl)));
101 RunBidiCheckerOnPage( const std::string& page_url, bool is_rtl) argument
/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
/external/chromium_org/ash/shelf/
H A Dshelf_view_unittest.cc638 explicit ScopedTextDirectionChange(bool is_rtl) : is_rtl_(is_rtl) { argument

Completed in 957 milliseconds