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

  /external/chromium/chrome/browser/
content_setting_image_model.h 17 class ContentSettingImageModel {
19 virtual ~ContentSettingImageModel() {}
22 static ContentSettingImageModel* CreateContentSettingImageModel(
40 explicit ContentSettingImageModel(ContentSettingsType content_settings_type);
content_setting_image_model.cc 16 class ContentSettingBlockedImageModel : public ContentSettingImageModel {
32 class ContentSettingGeolocationImageModel : public ContentSettingImageModel {
39 class ContentSettingNotificationsImageModel : public ContentSettingImageModel {
46 class ContentSettingPrerenderImageModel : public ContentSettingImageModel {
104 : ContentSettingImageModel(content_settings_type) {
139 : ContentSettingImageModel(CONTENT_SETTINGS_TYPE_GEOLOCATION) {
166 : ContentSettingImageModel(CONTENT_SETTINGS_TYPE_NOTIFICATIONS) {
176 : ContentSettingImageModel(CONTENT_SETTINGS_TYPE_PRERENDER) {
193 ContentSettingImageModel::ContentSettingImageModel(
    [all...]
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_image_model.h 19 class ContentSettingImageModel {
21 virtual ~ContentSettingImageModel() {}
24 static ContentSettingImageModel* CreateContentSettingImageModel(
42 explicit ContentSettingImageModel(ContentSettingsType content_settings_type);
57 DISALLOW_COPY_AND_ASSIGN(ContentSettingImageModel);
content_setting_image_model.cc 18 class ContentSettingBlockedImageModel : public ContentSettingImageModel {
26 class ContentSettingGeolocationImageModel : public ContentSettingImageModel {
34 class ContentSettingMediaImageModel : public ContentSettingImageModel {
41 class ContentSettingRPHImageModel : public ContentSettingImageModel {
48 class ContentSettingNotificationsImageModel : public ContentSettingImageModel {
55 class ContentSettingMIDISysExImageModel : public ContentSettingImageModel {
83 : ContentSettingImageModel(content_settings_type) {
172 : ContentSettingImageModel(CONTENT_SETTINGS_TYPE_GEOLOCATION) {
203 : ContentSettingImageModel(type) {
275 : ContentSettingImageModel(
    [all...]

Completed in 270 milliseconds