Searched refs:FARPROC (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/chrome/app/
H A Ddelay_load_hook_win.h15 extern "C" FARPROC WINAPI ChromeDelayLoadHook(unsigned reason,
H A Ddelay_load_hook_win.cc30 FARPROC OnPreLoadLibrary(DelayLoadInfo* info) {
41 return reinterpret_cast<FARPROC>(::LoadLibraryA(dll_name.c_str()));
53 extern "C" FARPROC WINAPI ChromeDelayLoadHook(unsigned reason,
H A Ddelay_load_hook_unittest_win.cc42 FARPROC proc_ptr_;
/external/chromium_org/base/
H A Dscoped_native_library_unittest.cc31 FARPROC test_function =
32 reinterpret_cast<FARPROC>(library.GetFunctionPointer(kFunctionName));
/external/chromium_org/third_party/sqlite/src/src/
H A Dshell_icu_win.c16 FARPROC addr;
/external/chromium_org/content/child/npapi/
H A Dwebplugin_ime_win.cc157 FARPROC WebPluginIMEWin::GetProcAddress(LPCSTR name) {
160 FARPROC function;
163 reinterpret_cast<FARPROC>(ImmAssociateContextEx) },
165 reinterpret_cast<FARPROC>(ImmGetCompositionStringW) },
166 { "ImmGetContext", reinterpret_cast<FARPROC>(ImmGetContext) },
167 { "ImmReleaseContext", reinterpret_cast<FARPROC>(ImmReleaseContext) },
169 reinterpret_cast<FARPROC>(ImmSetCandidateWindow) },
170 { "ImmSetOpenStatus", reinterpret_cast<FARPROC>(ImmSetOpenStatus) },
H A Dwebplugin_ime_win.h30 // FARPROC WINAPI GetProcAddressPatch(HMODULE module, LPCSTR name) {
31 // FARPROC* proc = WebPluginIMEWin::GetProcAddress(name);
111 static FARPROC GetProcAddress(const char* name);
H A Dwebplugin_delegate_impl.h356 static FARPROC WINAPI GetProcAddressPatch(HMODULE module, LPCSTR name);
/external/chromium_org/base/debug/
H A Dprofiler.cc139 FARPROC function;
151 DCHECK_EQ(static_cast<FARPROC>(NULL), context->function);
169 FARPROC exported_func = ::GetProcAddress(module, context->name);
/external/openssl/ssl/
H A Dkssl.c300 (FARPROC) p_krb5_free_data_contents =
302 (FARPROC) p_krb5_free_context =
304 (FARPROC) p_krb5_auth_con_free =
306 (FARPROC) p_krb5_free_principal =
308 (FARPROC) p_krb5_mk_req_extended =
310 (FARPROC) p_krb5_get_credentials =
312 (FARPROC) p_krb5_cc_get_principal =
314 (FARPROC) p_krb5_cc_default =
316 (FARPROC) p_krb5_sname_to_principal =
318 (FARPROC) p_krb5_init_contex
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dwinping.h56 FARPROC ApcRoutine,
/external/chromium_org/v8/src/
H A Dicu_util.cc50 FARPROC addr = GetProcAddress(module, ICU_UTIL_DATA_SYMBOL);
/external/lzma/CPP/Windows/
H A DDLL.h49 FARPROC GetProc(LPCSTR procName) const { return My_GetProcAddress(_module, procName); }
/external/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc138 FARPROC ptr = GetProcAddress((HMODULE)*I, symbolName);
/external/chromium_org/base/i18n/
H A Dicu_util.cc101 FARPROC addr = GetProcAddress(module, ICU_UTIL_DATA_SYMBOL);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.h218 FARPROC existing_function = ::GetProcAddress(module, function_name);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher.h218 FARPROC existing_function = ::GetProcAddress(module, function_name);
/external/openssl/apps/
H A Ds_socket.c127 static FARPROC lpTopWndProc=NULL;
128 static FARPROC lpTopHookProc=NULL;
206 lpTopWndProc=(FARPROC)GetWindowLong(topWnd,GWL_WNDPROC);
207 lpTopHookProc=MakeProcInstance((FARPROC)topHookProc,_hInstance);
/external/chromium_org/base/win/
H A Dpe_image_unittest.cc261 FARPROC address1 = pe.GetProcAddress("RegEnumKeyExW");
262 FARPROC address2 = pe.GetProcAddress(reinterpret_cast<char*>(ordinal));
H A Dpe_image.h149 FARPROC GetProcAddress(LPCSTR function_name) const;
H A Dpe_image.cc168 FARPROC PEImage::GetProcAddress(LPCSTR function_name) const {
184 return reinterpret_cast<FARPROC>(0xFFFFFFFF);
187 return reinterpret_cast<FARPROC>(function);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_symbol.c57 FARPROC WINAPI __GetProcAddress(LPCSTR lpProcName)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_symbol.c57 FARPROC WINAPI __GetProcAddress(LPCSTR lpProcName)
/external/chromium_org/sandbox/win/src/
H A Dwin_utils.cc318 FARPROC* function_ptr = reinterpret_cast<FARPROC*>(ptr);
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist_interceptions.cc33 FARPROC GetNtDllExportByName(const char* export_name) {

Completed in 629 milliseconds

12