Home
last modified time | relevance | path

Searched refs:old_protect_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dsandbox_nt_util.h157 : changed_(false), address_(NULL), bytes_(0), old_protect_(0) {} in AutoProtectMemory()
173 ULONG old_protect_; variable
Dsandbox_nt_util.cc480 &new_bytes, protect, &old_protect_); in ChangeProtection()
499 &new_bytes, old_protect_, in RevertProtection()
500 &old_protect_); in RevertProtection()
506 old_protect_ = 0; in RevertProtection()