OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoProtectMemory
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/win/src/
sandbox_nt_util.h
154
class
AutoProtectMemory
{
156
AutoProtectMemory
()
159
~
AutoProtectMemory
() {
175
DISALLOW_COPY_AND_ASSIGN(
AutoProtectMemory
);
eat_resolver.cc
43
AutoProtectMemory
memory;
sidestep_resolver.cc
51
AutoProtectMemory
memory;
sandbox_nt_util.cc
475
NTSTATUS
AutoProtectMemory
::ChangeProtection(void* address, size_t bytes,
490
NTSTATUS
AutoProtectMemory
::RevertProtection() {
Completed in 79 milliseconds