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

  /external/chromium_org/chrome/browser/mac/
security_wrappers.h 55 struct CrSACLSimpleContents {
56 CrSACLSimpleContents();
57 ~CrSACLSimpleContents();
177 // CrSACLSimpleContents* owned by the caller on success. errSecACLNotSimple is
180 CrSACLSimpleContents* CrSACLCopySimpleContents(SecACLRef acl);
198 // Wraps SecACLSetSimpleContents, adapting it to the CrSACLSimpleContents
201 const CrSACLSimpleContents& acl_simple_contents);
security_wrappers.cc 77 CrSACLSimpleContents::CrSACLSimpleContents() {
80 CrSACLSimpleContents::~CrSACLSimpleContents() {
200 CrSACLSimpleContents* CrSACLCopySimpleContents(SecACLRef acl) {
205 scoped_ptr<CrSACLSimpleContents> acl_simple_contents(
206 new CrSACLSimpleContents());
274 const CrSACLSimpleContents& acl_simple_contents) {

Completed in 22 milliseconds