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

  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_image_model.h 25 ContentSettingsType content_settings_type);
42 explicit ContentSettingImageModel(ContentSettingsType content_settings_type);
content_setting_image_model.cc 21 ContentSettingsType content_settings_type);
82 ContentSettingsType content_settings_type)
83 : ContentSettingImageModel(content_settings_type) {
348 ContentSettingsType content_settings_type)
349 : content_settings_type_(content_settings_type),
358 ContentSettingsType content_settings_type) {
359 switch (content_settings_type) {
369 return new ContentSettingMediaImageModel(content_settings_type);
373 return new ContentSettingBlockedImageModel(content_settings_type);
  /external/chromium_org/chrome/browser/ui/
chrome_pages.h 71 ContentSettingsType content_settings_type);
chrome_pages.cc 263 ContentSettingsType content_settings_type) {
268 content_settings_type));
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.cc 308 ContentSettingsType content_settings_type = local
310 DCHECK_NE(CONTENT_SETTINGS_TYPE_DEFAULT, content_settings_type);
325 content_settings_type,

Completed in 131 milliseconds