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

  /external/chromium/chrome/browser/
content_setting_image_model.cc 19 ContentSettingsType content_settings_type);
103 ContentSettingsType content_settings_type)
104 : ContentSettingImageModel(content_settings_type) {
194 ContentSettingsType content_settings_type)
195 : content_settings_type_(content_settings_type),
204 ContentSettingsType content_settings_type) {
205 switch (content_settings_type) {
213 return new ContentSettingBlockedImageModel(content_settings_type);
content_setting_image_model.h 23 ContentSettingsType content_settings_type);
40 explicit ContentSettingImageModel(ContentSettingsType content_settings_type);
  /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) {
338 ContentSettingsType content_settings_type)
339 : content_settings_type_(content_settings_type),
348 ContentSettingsType content_settings_type) {
349 switch (content_settings_type) {
359 return new ContentSettingMediaImageModel(content_settings_type);
363 return new ContentSettingBlockedImageModel(content_settings_type);
  /external/chromium_org/chrome/browser/ui/
chrome_pages.h 61 ContentSettingsType content_settings_type);
chrome_pages.cc 220 ContentSettingsType content_settings_type) {
225 content_settings_type));
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 136 ContentSettingsType content_settings_type =
138 if (content_settings_type == CONTENT_SETTINGS_TYPE_PRERENDER)
148 tab_contents, profile_, content_settings_type),
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc 54 for (int content_settings_type = CONTENT_SETTINGS_TYPE_COOKIES;
55 content_settings_type < CONTENT_SETTINGS_NUM_TYPES;
56 ++content_settings_type) {
57 if (name == kContentSettingsTypeGroupNames[content_settings_type])
58 return static_cast<ContentSettingsType>(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,
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.mm 257 ContentSettingsType content_settings_type =
259 if (content_settings_type == CONTENT_SETTINGS_TYPE_PRERENDER)
282 tabContents, profile_, content_settings_type);
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 1364 const ContentSettingsType content_settings_type = local
    [all...]

Completed in 444 milliseconds