Searched refs:ReplaceStringPlaceholders (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest_base.cc31 sql = ReplaceStringPlaceholders(sql, sql_time, NULL);
/external/chromium_org/chrome/installer/util/
H A Dl10n_string_util.cc60 return ReplaceStringPlaceholders(GetLocalizedString(base_message_id),
H A Dgoogle_chrome_distribution.cc53 return ReplaceStringPlaceholders(url, language.c_str(), NULL);
H A Duser_experiment.cc59 return ReplaceStringPlaceholders(url, language.c_str(), NULL);
/external/chromium_org/extensions/renderer/
H A Di18n_custom_bindings.cc87 ReplaceStringPlaceholders(message, substitutions, NULL).c_str()));
/external/chromium_org/base/strings/
H A Dstring_util.h468 BASE_EXPORT base::string16 ReplaceStringPlaceholders(
473 BASE_EXPORT std::string ReplaceStringPlaceholders(
479 BASE_EXPORT base::string16 ReplaceStringPlaceholders(
H A Dstring_util_unittest.cc851 ReplaceStringPlaceholders(ASCIIToUTF16("Hello, $1. Your number is $2."),
859 ReplaceStringPlaceholders(ASCIIToUTF16("Hello, $2. Your number is $1."),
877 ReplaceStringPlaceholders(
883 TEST(StringUtilTest, ReplaceStringPlaceholders) {
896 ReplaceStringPlaceholders(
920 ReplaceStringPlaceholders(
941 ReplaceStringPlaceholders(
952 EXPECT_EQ(ReplaceStringPlaceholders("$$1 $$$2 $$$$3", subst, NULL),
H A Dstring_util.cc48 // Used by ReplaceStringPlaceholders to track the position in the string of
682 string16 ReplaceStringPlaceholders(const string16& format_string, function
688 std::string ReplaceStringPlaceholders(const base::StringPiece& format_string, function
694 string16 ReplaceStringPlaceholders(const string16& format_string, function
700 string16 result = ReplaceStringPlaceholders(format_string, subst, &offsets);
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_resource_cache.cc593 std::string full_css = ReplaceStringPlaceholders(
626 std::string full_css = ReplaceStringPlaceholders(
722 css_string = ReplaceStringPlaceholders(new_tab_theme_css, subst, NULL);
/external/chromium_org/components/dom_distiller/core/
H A Dviewer.cc124 return ReplaceStringPlaceholders(html_template, substitutions, NULL);
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_api.cc224 ReplaceStringPlaceholders(kSetAdapterPropertyError, replacements, NULL);
/external/chromium_org/remoting/host/
H A Ddisconnect_window_win.cc319 message_text = ReplaceStringPlaceholders(message_text,
/external/chromium_org/chrome/browser/web_resource/
H A Dpromo_resource_service_unittest.cc99 ReplaceStringPlaceholders(json, replacements, NULL));
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service.cc88 std::cout << ReplaceStringPlaceholders(prompt_format, substitutions, NULL);
/external/chromium_org/content/public/test/
H A Drender_view_test.cc290 ReplaceStringPlaceholders(kGetCoordinatesScript, params, NULL);
/external/chromium_org/extensions/browser/api/app_window/
H A Dapp_window_api.cc78 *error = ReplaceStringPlaceholders(
/external/chromium_org/content/child/
H A Dblink_platform_impl.cc913 return ReplaceStringPlaceholders(GetContentClient()->GetLocalizedString(
928 return ReplaceStringPlaceholders(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_storage_monitor.cc338 return ReplaceStringPlaceholders(kNotificationIdFormat, placeholders, NULL);
/external/chromium_org/ui/base/l10n/
H A Dl10n_util.cc678 // a StringPiece and were able to call ReplaceStringPlaceholders with
712 base::string16 formatted = ReplaceStringPlaceholders(
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_screenlock_state_handler_unittest.cc34 base::string16 replaced = ReplaceStringPlaceholders(input, subst, &offsets);

Completed in 484 milliseconds