HomeSort by relevance Sort by last modified time
    Searched refs:AllowContentAccess (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 374 bool AllowContentAccess(const GURL& origin, ContentSettingsType type);
profile_io_data.cc 696 return AllowContentAccess(origin, CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC);
700 return AllowContentAccess(origin, CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA);
703 bool ProfileIOData::ResourceContext::AllowContentAccess(
    [all...]

Completed in 414 milliseconds