Home
last modified time | relevance | path

Searched refs:text_direction_is_rtl_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dabout_chrome_view.cc120 text_direction_is_rtl_(false) { in AboutChromeView()
150 text_direction_is_rtl_ = base::i18n::IsRTL(); in Init()
462 main_label_chunk1_, link1, rect1, &position, text_direction_is_rtl_, in OnPaint()
466 main_label_chunk2_, link2, rect2, &position, text_direction_is_rtl_, in OnPaint()
470 main_label_chunk3_, NULL, NULL, &position, text_direction_is_rtl_, in OnPaint()
481 &position, text_direction_is_rtl_, label_bounds, font); in OnPaint()
484 main_label_chunk5_, NULL, NULL, &position, text_direction_is_rtl_, in OnPaint()
Dfirst_run_search_engine_view.h133 bool text_direction_is_rtl_; variable
Dabout_chrome_view.h157 bool text_direction_is_rtl_; variable
Dfirst_run_search_engine_view.cc152 text_direction_is_rtl_(base::i18n::IsRTL()), in FirstRunSearchEngineView()
318 if (text_direction_is_rtl_) { in SetupControls()