Searched refs:Protection (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Platform/
H A DSharedMemory.h47 enum Protection { enum in class:WebKit::SharedMemory
83 static PassRefPtr<SharedMemory> create(const Handle&, Protection);
91 bool createHandle(Handle&, Protection);
/macosx-10.10/WebKit2-7600.1.25/Platform/unix/
H A DSharedMemoryUnix.cpp147 static inline int accessModeMMap(SharedMemory::Protection protection)
160 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection)
182 bool SharedMemory::createHandle(Handle& handle, Protection)
187 // FIXME: Handle the case where the passed Protection is ReadOnly.
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DShareableBitmap.h88 static PassRefPtr<ShareableBitmap> create(const Handle&, SharedMemory::Protection = SharedMemory::ReadWrite);
91 bool createHandle(Handle&, SharedMemory::Protection = SharedMemory::ReadWrite);
H A DShareableBitmap.cpp99 PassRefPtr<ShareableBitmap> ShareableBitmap::create(const Handle& handle, SharedMemory::Protection protection)
109 bool ShareableBitmap::createHandle(Handle& handle, SharedMemory::Protection protection)
/macosx-10.10/WebKit2-7600.1.25/Platform/mac/
H A DSharedMemoryMac.cpp152 static inline vm_prot_t machProtection(SharedMemory::Protection protection)
165 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection)
201 bool SharedMemory::createHandle(Handle& handle, Protection protection)
/macosx-10.10/CPANInternal-159.1/PlRPC-0.2020/lib/RPC/
H A DPlServer.pm618 =head2 Protection against "trusted" users
646 =head2 Protection against untrusted users
/macosx-10.10/vim-55/runtime/syntax/
H A Dncf.vim166 syn match ncfSetCommandsBool "\(SMP Memory Protection\)\s*="

Completed in 111 milliseconds