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

  /external/chromium_org/chrome/app/
chrome_crash_reporter_client.h 32 bool* is_rtl_locale) OVERRIDE;
chrome_crash_reporter_client.cc 137 bool* is_rtl_locale) {
159 *is_rtl_locale = dlg_strings[2] == env_vars::kRtlLocale;
  /external/chromium_org/components/crash/app/
crash_reporter_client.cc 50 bool* is_rtl_locale) {
crash_reporter_client.h 69 // the given title before restarting, and |is_rtl_locale| indicates whether
73 bool* is_rtl_locale);
breakpad_win.cc 324 bool is_rtl_locale; local
326 &title, &message, &is_rtl_locale)) {
333 if (is_rtl_locale)
crash_keys_win_unittest.cc 32 bool* is_rtl_locale));

Completed in 69 milliseconds