Searched refs:Protection (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Source/WebKit2/Platform/ |
D | SharedMemory.h | 47 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/ |
D | SharedMemoryWin.cpp | 133 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/ |
D | SharedMemoryUnix.cpp | 155 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/ |
D | SharedMemoryGtk.cpp | 61 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/ |
D | SharedMemoryMac.cpp | 121 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/ |
D | makefile.mms | 130 @- Set Protection = Owner:RWED *.*;-1 131 @- Set Protection = Owner:RWED *.OBJ
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 967 CodeGenFunction::PeepholeProtection Protection; 1025 CGF.unprotectFromPeepholes(Protection); 1048 Protection = CGF.protectFromPeepholes(rv);
|
/external/quake/quake/src/QW/progs/ |
D | client.qc | 1004 sprint (self, PRINT_HIGH, "Protection is almost burned out\n");
|
D | items.qc | 1368 self.netname = "Pentagram of Protection";
|
/external/openssl/crypto/objects/ |
D | objects.txt | 483 id-kp 4 : emailProtection : E-mail Protection
|
/external/srtp/doc/ |
D | rfc3711.txt | 53 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/ |
D | MANUAL.TXT | 642 Pentagram of Protection
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 26072 SharedMemory::Protection to a file-mapping access right.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 9649 Teach XSSFilter about X-XSS-Protection
|
D | ChangeLog-2010-05-24 | 53984 Implements support for full page blocking via the X-XSS-Protection header.
|