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

/external/chromium/chrome/browser/ui/webui/options/
H A Dcontent_settings_handler.cc348 filter_settings.SetString(ContentSettingsTypeToGroupName(type) + ".value",
350 filter_settings.SetBoolean(ContentSettingsTypeToGroupName(type) + ".managed",
469 ContentSettingsTypeToGroupName(CONTENT_SETTINGS_TYPE_GEOLOCATION));
496 ContentSettingsTypeToGroupName(CONTENT_SETTINGS_TYPE_NOTIFICATIONS));
515 StringValue type_string(ContentSettingsTypeToGroupName(type));
541 StringValue type_string(ContentSettingsTypeToGroupName(type));
710 std::string ContentSettingsHandler::ContentSettingsTypeToGroupName( function in class:ContentSettingsHandler

Completed in 53 milliseconds