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

/external/chromium_org/chrome/browser/content_settings/
H A Dtab_specific_content_settings.cc255 bool TabSpecificContentSettings::IsContentAllowed( function in class:TabSpecificContentSettings
481 if (IsContentAllowed(CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC) &&
482 IsContentAllowed(CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA)) {
484 } else if (IsContentAllowed(CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC)) {
486 } else if (IsContentAllowed(CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA)) {

Completed in 177 milliseconds