Home
last modified time | relevance | path

Searched refs:Protection (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebKit2/Platform/
DSharedMemory.h47 enum Protection { enum
83 static PassRefPtr<SharedMemory> create(const Handle&, Protection);
86 static PassRefPtr<SharedMemory> adopt(HANDLE, size_t, Protection);
91 bool createHandle(Handle&, Protection);
/external/webkit/Source/WebKit2/Platform/win/
DSharedMemoryWin.cpp133 static DWORD accessRights(SharedMemory::Protection protection) in accessRights()
146 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection) in create()
158 PassRefPtr<SharedMemory> SharedMemory::adopt(HANDLE handle, size_t size, Protection protection) in adopt()
187 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle()
/external/webkit/Source/WebKit2/Platform/unix/
DSharedMemoryUnix.cpp155 static inline int accessModeMMap(SharedMemory::Protection protection) in accessModeMMap()
168 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection) in create()
190 static inline int accessModeFile(SharedMemory::Protection protection) in accessModeFile()
203 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle()
/external/webkit/Source/WebKit2/Platform/gtk/
DSharedMemoryGtk.cpp61 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection) in create()
72 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle()
/external/webkit/Source/WebKit2/Platform/mac/
DSharedMemoryMac.cpp121 static inline vm_prot_t machProtection(SharedMemory::Protection protection) in machProtection()
134 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection) in create()
167 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle()
/external/jpeg/
Dmakefile.mms130 @- Set Protection = Owner:RWED *.*;-1
131 @- Set Protection = Owner:RWED *.OBJ
/external/clang/lib/CodeGen/
DCodeGenFunction.h967 CodeGenFunction::PeepholeProtection Protection;
1025 CGF.unprotectFromPeepholes(Protection);
1048 Protection = CGF.protectFromPeepholes(rv);
/external/quake/quake/src/QW/progs/
Dclient.qc1004 sprint (self, PRINT_HIGH, "Protection is almost burned out\n");
Ditems.qc1368 self.netname = "Pentagram of Protection";
/external/openssl/crypto/objects/
Dobjects.txt483 id-kp 4 : emailProtection : E-mail Protection
/external/srtp/doc/
Drfc3711.txt53 3.3.2. Replay Protection. . . . . . . . . . . . . . . . 15
795 3.3.2. Replay Protection
2094 Protection against such attacks can be provided simply by increasing
/external/quake/quake/src/WinQuake/data/
DMANUAL.TXT642 Pentagram of Protection
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1626072 SharedMemory::Protection to a file-mapping access right.
/external/webkit/Source/WebCore/
DChangeLog-2011-02-169649 Teach XSSFilter about X-XSS-Protection
DChangeLog-2010-05-2453984 Implements support for full page blocking via the X-XSS-Protection header.