Searched defs:settings_type (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_devices_controller.cc456 ContentSettingsType settings_type; member in struct:__anon4213
487 device_checks[i].settings_type, NO_RESOURCE_IDENTIFIER) !=
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dwebsite_settings_handler.cc374 ContentSettingsType settings_type; local
375 if (!content_settings::GetTypeFromName(setting_name, &settings_type))
386 map->GetDefaultContentSetting(settings_type, NULL);
395 switch (settings_type) {
431 last_site_, last_site_, settings_type, std::string(), &info));
434 settings_type,
/external/chromium_org/chrome/renderer/
H A Dcontent_settings_observer.cc202 ContentSettingsType settings_type) {
203 if (!content_blocked_[settings_type]) {
204 content_blocked_[settings_type] = true;
205 Send(new ChromeViewHostMsg_ContentBlocked(routing_id(), settings_type));
201 DidBlockContentType( ContentSettingsType settings_type) argument

Completed in 87 milliseconds