Home | History | Annotate | Download | only in options

Lines Matching defs:ContentSettingsHandler

179 ContentSettingsHandler::ContentSettingsHandler() {
182 ContentSettingsHandler::~ContentSettingsHandler() {
185 void ContentSettingsHandler::GetLocalizedValues(
260 void ContentSettingsHandler::Initialize() {
291 void ContentSettingsHandler::Observe(NotificationType type,
345 void ContentSettingsHandler::UpdateSettingDefaultFromModel(
357 std::string ContentSettingsHandler::GetSettingDefaultFromModel(
373 bool ContentSettingsHandler::GetDefaultSettingManagedFromModel(
386 void ContentSettingsHandler::UpdateAllExceptionsViewsFromModel() {
393 void ContentSettingsHandler::UpdateAllOTRExceptionsViewsFromModel() {
400 void ContentSettingsHandler::UpdateExceptionsViewFromModel(
421 void ContentSettingsHandler::UpdateOTRExceptionsViewFromModel(
434 ContentSettingsHandler::UpdateGeolocationExceptionsView() {
478 void ContentSettingsHandler::UpdateNotificationExceptionsView() {
505 void ContentSettingsHandler::UpdateExceptionsViewFromHostContentSettingsMap(
526 void ContentSettingsHandler::UpdateExceptionsViewFromOTRHostContentSettingsMap(
546 void ContentSettingsHandler::RegisterMessages() {
549 &ContentSettingsHandler::SetContentFilter));
552 &ContentSettingsHandler::SetAllowThirdPartyCookies));
555 &ContentSettingsHandler::RemoveException));
558 &ContentSettingsHandler::SetException));
561 &ContentSettingsHandler::CheckExceptionPatternValidity));
564 void ContentSettingsHandler::SetContentFilter(const ListValue* args) {
587 void ContentSettingsHandler::SetAllowThirdPartyCookies(const ListValue* args) {
594 void ContentSettingsHandler::RemoveException(const ListValue* args) {
652 void ContentSettingsHandler::SetException(const ListValue* args) {
685 void ContentSettingsHandler::CheckExceptionPatternValidity(
710 std::string ContentSettingsHandler::ContentSettingsTypeToGroupName(
720 HostContentSettingsMap* ContentSettingsHandler::GetContentSettingsMap() {
725 ContentSettingsHandler::GetOTRContentSettingsMap() {