Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dacl.cc41 EXPLICIT_ACCESS new_access = {0}; in AddSidToDacl() local
42 new_access.grfAccessMode = access_mode; in AddSidToDacl()
43 new_access.grfAccessPermissions = access; in AddSidToDacl()
44 new_access.grfInheritance = NO_INHERITANCE; in AddSidToDacl()
46 new_access.Trustee.pMultipleTrustee = NULL; in AddSidToDacl()
47 new_access.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE; in AddSidToDacl()
48 new_access.Trustee.TrusteeForm = TRUSTEE_IS_SID; in AddSidToDacl()
49 new_access.Trustee.ptstrName = reinterpret_cast<LPWSTR>( in AddSidToDacl()
52 if (ERROR_SUCCESS != ::SetEntriesInAcl(1, &new_access, old_dacl, new_dacl)) in AddSidToDacl()
/external/chromium_org/v8/src/
Dhydrogen.cc5595 HObjectAccess new_access = HObjectAccess::ForField(map, &lookup, name); in TryStorePolymorphicAsMonomorphic() local
5596 Representation new_representation = new_access.representation(); in TryStorePolymorphicAsMonomorphic()
5600 access = new_access; in TryStorePolymorphicAsMonomorphic()
5605 } else if (access.offset() != new_access.offset()) { in TryStorePolymorphicAsMonomorphic()
5608 } else if (access.IsInobject() != new_access.IsInobject()) { in TryStorePolymorphicAsMonomorphic()