OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_module_handle_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/
dll_redirector.cc
28
DllRedirector::DllRedirector() :
first_module_handle_
(NULL) {
37
: shared_memory_name_(shared_memory_name),
first_module_handle_
(NULL) {
42
if (
first_module_handle_
) {
43
if (
first_module_handle_
!= reinterpret_cast<HMODULE>(&__ImageBase)) {
44
FreeLibrary(
first_module_handle_
);
49
first_module_handle_
= NULL;
123
DCHECK(
first_module_handle_
== NULL);
260
if (
first_module_handle_
== NULL) {
261
first_module_handle_
= LoadVersionedModule(dll_version_.get());
264
if (
first_module_handle_
== reinterpret_cast<HMODULE>(&__ImageBase))
[
all
...]
dll_redirector.h
102
HMODULE
first_module_handle_
;
member in class:DllRedirector
Completed in 86 milliseconds