Home
last modified time | relevance | path

Searched refs:FARPROC (Results 1 – 25 of 38) sorted by relevance

12

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

12