Home
last modified time | relevance | path

Searched refs:AllowContentAccess (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_io_data.cc881 return AllowContentAccess(origin, CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC); in AllowMicAccess()
885 return AllowContentAccess(origin, CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA); in AllowCameraAccess()
888 bool ProfileIOData::ResourceContext::AllowContentAccess( in AllowContentAccess() function in ProfileIOData::ResourceContext
Dprofile_io_data.h414 bool AllowContentAccess(const GURL& origin, ContentSettingsType type);