Home
last modified time | relevance | path

Searched refs:dll_ (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
Dwinping.cc165 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0), in WinPing()
169 dll_ = LoadLibraryA(ICMP_DLL_NAME); in WinPing()
170 if (!dll_) { in WinPing()
175 create_ = (PIcmpCreateFile) GetProcAddress(dll_, ICMP_CREATE_FUNC); in WinPing()
176 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC); in WinPing()
177 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC); in WinPing()
189 create6_ = (PIcmp6CreateFile) GetProcAddress(dll_, ICMP6_CREATE_FUNC); in WinPing()
190 send6_ = (PIcmp6SendEcho2) GetProcAddress(dll_, ICMP6_SEND_FUNC); in WinPing()
220 if (dll_) in ~WinPing()
221 FreeLibrary(dll_); in ~WinPing()
Dwinping.h101 HMODULE dll_;
/external/chromium_org/chrome_frame/
Dchrome_frame_helper_main.cc55 HookDllLoader() : dll_(NULL), start_proc_(NULL), stop_proc_(NULL) {} in HookDllLoader()
57 if (dll_) { in ~HookDllLoader()
63 dll_ = LoadLibrary(L"chrome_frame_helper.dll"); in Load()
64 if (dll_) { in Load()
65 start_proc_ = GetProcAddress(dll_, "StartUserModeBrowserInjection"); in Load()
66 stop_proc_ = GetProcAddress(dll_, "StopUserModeBrowserInjection"); in Load()
86 if (dll_) { in Unload()
87 FreeLibrary(dll_); in Unload()
92 HMODULE dll_; member in HookDllLoader
/external/chromium/third_party/libjingle/source/talk/base/
Dwinping.cc142 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0), in WinPing()
145 dll_ = LoadLibraryA(ICMP_DLL_NAME); in WinPing()
146 if (!dll_) { in WinPing()
151 create_ = (PIcmpCreateFile) GetProcAddress(dll_, ICMP_CREATE_FUNC); in WinPing()
152 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC); in WinPing()
153 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC); in WinPing()
174 if (dll_) in ~WinPing()
175 FreeLibrary(dll_); in ~WinPing()
Dwinping.h80 HMODULE dll_;
/external/chromium_org/chrome/app/
Dclient_util.cc213 MainDllLoader::MainDllLoader() : dll_(NULL) { in MainDllLoader()
279 dll_ = Load(&version, &file); in Launch()
280 if (!dll_) in Launch()
296 reinterpret_cast<DLL_MAIN>(::GetProcAddress(dll_, "ChromeMain")); in Launch()
307 ::GetProcAddress(dll_, in RelaunchChromeBrowserWithNewCommandLineIfNeeded()
Dclient_util.h66 HMODULE dll_;
/external/chromium_org/tools/gyp/test/product/
Dgyptest-product.py26 test.built_file_must_exist(test.dll_ + 'alt4' + test._dll,
28 test.built_file_must_exist(test.dll_ + 'hello5.stuff',
/external/chromium_org/third_party/jemalloc/vendor/
Dcrtsp1.diff113 dll_ :: $(OBJROOT) $(OBJCPUDIR) $(OBJDIR_DLL) $(OBJDIR_DLL)\$(PURE_OBJ_DIR) \
/external/chromium_org/third_party/jemalloc/chromium/
Dcrtsp1.diff113 dll_ :: $(OBJROOT) $(OBJCPUDIR) $(OBJDIR_DLL) $(OBJDIR_DLL)\$(PURE_OBJ_DIR) \
/external/wpa_supplicant_8/src/utils/
Dpcsc_funcs.c199 dll_ ## s = (void *) GetProcAddress(dll, sym); \ in mingw_load_symbols()
200 if (dll_ ## s == NULL) \ in mingw_load_symbols()
/external/chromium_org/tools/gyp/test/lib/
DTestGyp.py74 dll_ = TestCommon.dll_prefix variable in TestGypBase
333 name = self.dll_ + name + self._dll