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

  /external/libchrome/mojo/public/cpp/system/
platform_handle.h 69 enum class UnwrappedSharedMemoryHandleProtection {
115 // |UnwrappedSharedMemoryHandleProtection::kReadOnly|, as this will mislead
122 // |UnwrappedSharedMemoryHandleProtection::kReadOnly|.
127 UnwrappedSharedMemoryHandleProtection current_protection);
142 // |UnwrappedSharedMemoryHandleProtection::kReadOnly| upon return, writable
149 UnwrappedSharedMemoryHandleProtection* protection);
platform_handle.cc 240 UnwrappedSharedMemoryHandleProtection protection) {
256 if (protection == UnwrappedSharedMemoryHandleProtection::kReadOnly) {
287 UnwrappedSharedMemoryHandleProtection* protection) {
312 ? UnwrappedSharedMemoryHandleProtection::kReadOnly
313 : UnwrappedSharedMemoryHandleProtection::kReadWrite;

Completed in 552 milliseconds