OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MODULEENTRY32
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.h
200
//
MODULEENTRY32
. Tlhelp32.h #defines the W variant, but not the A.
204
# ifdef
MODULEENTRY32
// Alias of W
205
# undef
MODULEENTRY32
206
MODULEENTRY32
module_; // info about current dll (and dll iterator)
207
# define
MODULEENTRY32
MODULEENTRY32W
209
MODULEENTRY32
module_; // info about current dll (and dll iterator)
sysinfo.cc
69
#ifdef
MODULEENTRY32
71
//
MODULEENTRY32
. Tlhelp32.h #defines the W variant, but not the A.
72
// In unicode mode, tlhelp32.h #defines
MODULEENTRY32
to be
75
#undef
MODULEENTRY32
80
#endif /*
MODULEENTRY32
*/
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.h
200
//
MODULEENTRY32
. Tlhelp32.h #defines the W variant, but not the A.
204
# ifdef
MODULEENTRY32
// Alias of W
205
# undef
MODULEENTRY32
206
MODULEENTRY32
module_; // info about current dll (and dll iterator)
207
# define
MODULEENTRY32
MODULEENTRY32W
209
MODULEENTRY32
module_; // info about current dll (and dll iterator)
sysinfo.cc
64
#ifdef
MODULEENTRY32
66
//
MODULEENTRY32
. Tlhelp32.h #defines the W variant, but not the A.
67
// In unicode mode, tlhelp32.h #defines
MODULEENTRY32
to be
70
#undef
MODULEENTRY32
75
#endif /*
MODULEENTRY32
*/
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/base/
win32toolhelp.h
141
typedef
MODULEENTRY32
Type;
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_win.c
465
MODULEENTRY32
m;
593
/*
MODULEENTRY32
contains 9 fields that will change
597
m.dwSize = sizeof(
MODULEENTRY32
);
/external/openssl/crypto/rand/
rand_win.c
465
MODULEENTRY32
m;
593
/*
MODULEENTRY32
contains 9 fields that will change
597
m.dwSize = sizeof(
MODULEENTRY32
);
/external/chromium_org/chrome_frame/crash_reporting/
nt_loader_unittest.cc
136
MODULEENTRY32
module = { sizeof(module) };
/external/chromium/chrome/browser/
enumerate_modules_model_win.cc
447
MODULEENTRY32
module = { sizeof(module) };
[
all
...]
/external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc
507
MODULEENTRY32
module = { sizeof(module) };
[
all
...]
Completed in 148 milliseconds