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

  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.cc 314 std::string radio_allow_label; local
319 radio_allow_label = (content_type() == CONTENT_SETTINGS_TYPE_COOKIES) ?
323 radio_allow_label = l10n_util::GetStringFUTF8(
328 radio_allow_label = l10n_util::GetStringFUTF8(
365 radio_group.radio_items.push_back(radio_allow_label);
789 std::string radio_allow_label = l10n_util::GetStringFUTF8( local
795 radio_group.radio_items.push_back(radio_allow_label);
1078 std::string radio_allow_label = local
    [all...]
  /external/chromium/chrome/browser/
content_setting_bubble_model.cc 246 std::string radio_allow_label; local
249 radio_allow_label = l10n_util::GetStringFUTF8(
267 radio_group.radio_items.push_back(radio_allow_label);

Completed in 217 milliseconds