HomeSort by relevance Sort by last modified time
    Searched refs:is_match_contents_rtl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 280 const bool is_match_contents_rtl = local
283 GetDisplayOffset(match, is_ui_rtl, is_match_contents_rtl);
293 if (is_ui_rtl != is_match_contents_rtl) {
307 is_match_contents_rtl ? gfx::ALIGN_RIGHT : gfx::ALIGN_LEFT);
319 prefix_render_text->SetDirectionalityMode(is_match_contents_rtl ?
322 is_match_contents_rtl ? gfx::ALIGN_RIGHT : gfx::ALIGN_LEFT);
403 bool is_match_contents_rtl) const {
416 const int start_padding = is_match_contents_rtl ?
omnibox_result_view.h 149 bool is_match_contents_rtl) const;

Completed in 73 milliseconds