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

  /external/chromium/chrome/browser/
content_setting_image_model.cc 120 if (!content_settings->IsContentBlocked(get_content_settings_type())) {
121 if (!content_settings->IsContentAccessed(get_content_settings_type()) ||
123 GetDefaultContentSetting(get_content_settings_type()) !=
131 set_icon(icon_ids[get_content_settings_type()]);
133 explanatory_string_ids[get_content_settings_type()]);
135 l10n_util::GetStringUTF8(tooltip_ids[get_content_settings_type()]));
content_setting_image_model.h 29 ContentSettingsType get_content_settings_type() const { function in class:ContentSettingImageModel
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 83 content_setting_image_model_->get_content_settings_type()))
89 content_setting_image_model_->get_content_settings_type());
137 content_setting_image_model_->get_content_settings_type();
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc     [all...]

Completed in 107 milliseconds