OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetModuleVersion
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome_frame/
buggy_bho_handling.cc
68
GetModuleVersion
(mod, &version, NULL);
html_utils.cc
333
GetModuleVersion
(reinterpret_cast<HMODULE>(&__ImageBase), &high_version,
utils.h
225
bool
GetModuleVersion
(HMODULE module, uint32* high, uint32* low);
utils.cc
400
if (
GetModuleVersion
(mod, &high, &low)) {
523
bool
GetModuleVersion
(HMODULE module, uint32* high, uint32* low) {
[
all
...]
/external/chromium_org/chrome_frame/test/
util_unittests.cc
55
EXPECT_TRUE(
GetModuleVersion
(mod, &high, &low));
Completed in 26 milliseconds