WRITE             143 base/debug/proc_maps_linux.cc       region.permissions |= MappedMemoryRegion::WRITE;
WRITE             151 base/debug/proc_maps_linux_unittest.cc      MappedMemoryRegion::WRITE},
WRITE             155 base/debug/proc_maps_linux_unittest.cc      MappedMemoryRegion::READ | MappedMemoryRegion::WRITE |
WRITE             162 base/debug/proc_maps_linux_unittest.cc      MappedMemoryRegion::WRITE | MappedMemoryRegion::PRIVATE},
WRITE             166 base/debug/proc_maps_linux_unittest.cc      MappedMemoryRegion::READ | MappedMemoryRegion::WRITE |
WRITE             216 base/debug/proc_maps_linux_unittest.cc       EXPECT_TRUE(regions[i].permissions & MappedMemoryRegion::WRITE);
WRITE             622 base/debug/stack_trace_posix.cc           (region.permissions & MappedMemoryRegion::WRITE) == 0 &&
WRITE              94 content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc                                 MappedMemoryRegion::WRITE |
WRITE             167 net/http/disk_cache_based_quic_server_info.cc       case WRITE:
WRITE             225 net/http/disk_cache_based_quic_server_info.cc     state_ = WRITE;
WRITE             824 net/http/http_cache.cc   if (trans->mode() & Transaction::WRITE) {
WRITE            1029 net/http/http_cache.cc   if ((next->mode() & Transaction::WRITE) && !entry->readers.empty())
WRITE             261 net/http/http_cache_transaction.cc   DCHECK(mode_ & WRITE || mode_ == NONE);
WRITE             404 net/http/http_cache_transaction.cc     DCHECK(mode_ & WRITE);
WRITE             421 net/http/http_cache_transaction.cc     case WRITE:
WRITE             452 net/http/http_cache_transaction.cc   if (cache_.get() && entry_ && (mode_ & WRITE) && network_trans_.get() &&
WRITE             477 net/http/http_cache_transaction.cc     if (mode_ & WRITE) {
WRITE             831 net/http/http_cache_transaction.cc       mode_ = WRITE;
WRITE             838 net/http/http_cache_transaction.cc       if (mode_ & WRITE) {
WRITE             850 net/http/http_cache_transaction.cc       mode_ != READ_WRITE && mode_ != WRITE) {
WRITE             876 net/http/http_cache_transaction.cc   DCHECK(mode_ & WRITE || mode_ == NONE);
WRITE             929 net/http/http_cache_transaction.cc     mode_ = WRITE;
WRITE            1008 net/http/http_cache_transaction.cc   if (mode_ == WRITE &&
WRITE            1013 net/http/http_cache_transaction.cc   if (mode_ == WRITE &&
WRITE            1046 net/http/http_cache_transaction.cc     mode_ = WRITE;
WRITE            1059 net/http/http_cache_transaction.cc   DCHECK(mode_ & WRITE || mode_ == NONE);
WRITE            1079 net/http/http_cache_transaction.cc   if (mode_ == WRITE) {
WRITE            1114 net/http/http_cache_transaction.cc     DCHECK(mode_ == READ_WRITE || mode_ == WRITE);
WRITE            1121 net/http/http_cache_transaction.cc     mode_ = WRITE;
WRITE            1233 net/http/http_cache_transaction.cc   if (mode_ == WRITE) {
WRITE            1257 net/http/http_cache_transaction.cc     if (mode_ & WRITE) {
WRITE            1484 net/http/http_cache_transaction.cc     case WRITE:
WRITE            1650 net/http/http_cache_transaction.cc           (partial_->IsLastRange() || mode_ == WRITE)))
WRITE            1939 net/http/http_cache_transaction.cc   DCHECK(mode_ & WRITE || mode_ == NONE);
WRITE            1952 net/http/http_cache_transaction.cc   DCHECK(mode_ & WRITE || mode_ == NONE);
WRITE            1965 net/http/http_cache_transaction.cc   DCHECK(mode_ & WRITE || mode_ == NONE);
WRITE            2197 net/http/http_cache_transaction.cc   if (mode_ & WRITE)
WRITE            2198 net/http/http_cache_transaction.cc     DoneWritingToEntry(mode_ != WRITE);
WRITE            2391 net/http/http_cache_transaction.cc   mode_ = WRITE;
WRITE              57 net/http/http_cache_transaction.h     READ_WRITE      = READ | WRITE,
WRITE              58 net/http/http_cache_transaction.h     UPDATE          = READ_META | WRITE,  // READ_WRITE & ~READ_DATA
WRITE              39 sandbox/win/src/filesystem_interception.cc     if (!ValidParameter(file, sizeof(HANDLE), WRITE))
WRITE              41 sandbox/win/src/filesystem_interception.cc     if (!ValidParameter(io_status, sizeof(IO_STATUS_BLOCK), WRITE))
WRITE             110 sandbox/win/src/filesystem_interception.cc     if (!ValidParameter(file, sizeof(HANDLE), WRITE))
WRITE             112 sandbox/win/src/filesystem_interception.cc     if (!ValidParameter(io_status, sizeof(IO_STATUS_BLOCK), WRITE))
WRITE             176 sandbox/win/src/filesystem_interception.cc     if (!ValidParameter(file_attributes, sizeof(FILE_BASIC_INFORMATION), WRITE))
WRITE             234 sandbox/win/src/filesystem_interception.cc                         WRITE))
WRITE             294 sandbox/win/src/filesystem_interception.cc     if (!ValidParameter(io_status, sizeof(IO_STATUS_BLOCK), WRITE))
WRITE              64 sandbox/win/src/process_thread_interception.cc     if (!ValidParameter(thread, sizeof(HANDLE), WRITE))
WRITE             142 sandbox/win/src/process_thread_interception.cc     if (!ValidParameter(process, sizeof(HANDLE), WRITE))
WRITE             187 sandbox/win/src/process_thread_interception.cc     if (!ValidParameter(token, sizeof(HANDLE), WRITE))
WRITE             232 sandbox/win/src/process_thread_interception.cc     if (!ValidParameter(token, sizeof(HANDLE), WRITE))
WRITE             285 sandbox/win/src/process_thread_interception.cc                         WRITE))
WRITE             344 sandbox/win/src/process_thread_interception.cc                         WRITE))
WRITE              33 sandbox/win/src/registry_interception.cc     if (!ValidParameter(key, sizeof(HANDLE), WRITE))
WRITE              36 sandbox/win/src/registry_interception.cc     if (disposition && !ValidParameter(disposition, sizeof(ULONG), WRITE))
WRITE             103 sandbox/win/src/registry_interception.cc     if (!ValidParameter(key, sizeof(HANDLE), WRITE))
WRITE             183 sandbox/win/src/sandbox_nt_util.cc   if (WRITE == intent) {
WRITE              70 sandbox/win/src/sync_interception.cc     if (!ValidParameter(event_handle, sizeof(HANDLE), WRITE))
WRITE             123 sandbox/win/src/sync_interception.cc     if (!ValidParameter(event_handle, sizeof(HANDLE), WRITE))
WRITE              86 sandbox/win/tools/finder/finder_fs.cc       filesystem_stats_[WRITE]++;
WRITE             193 sandbox/win/tools/finder/finder_kernel.cc       kernel_object_stats_[WRITE]++;
WRITE              69 sandbox/win/tools/finder/finder_registry.cc       registry_stats_[WRITE]++;
WRITE             234 tools/android/forwarder2/socket.cc   if (!WaitForEvent(WRITE, kConnectTimeOut)) {
WRITE             335 tools/android/forwarder2/socket.cc   if (!WaitForEvent(WRITE, kNoTimeout)) {