/external/chromium/chrome/browser/ui/views/ |
first_run_search_engine_view.h | 133 bool text_direction_is_rtl_; member in class:FirstRunSearchEngineView
|
about_chrome_view.h | 157 bool text_direction_is_rtl_; member in class:AboutChromeView
|
about_chrome_view.cc | 120 text_direction_is_rtl_(false) { 150 text_direction_is_rtl_ = base::i18n::IsRTL(); 462 main_label_chunk1_, link1, rect1, &position, text_direction_is_rtl_, 466 main_label_chunk2_, link2, rect2, &position, text_direction_is_rtl_, 470 main_label_chunk3_, NULL, NULL, &position, text_direction_is_rtl_, 481 &position, text_direction_is_rtl_, label_bounds, font); 484 main_label_chunk5_, NULL, NULL, &position, text_direction_is_rtl_, [all...] |
first_run_search_engine_view.cc | 152 text_direction_is_rtl_(base::i18n::IsRTL()), 318 if (text_direction_is_rtl_) {
|