/external/chromium_org/content/child/npapi/ |
D | webplugin_ime_win.cc | 157 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()
|
D | webplugin_ime_win.h | 111 static FARPROC GetProcAddress(const char* name);
|
/external/chromium_org/chrome/app/ |
D | delay_load_hook_win.cc | 30 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()
|
D | delay_load_hook_win.h | 15 extern "C" FARPROC WINAPI ChromeDelayLoadHook(unsigned reason,
|
D | delay_load_hook_unittest_win.cc | 42 FARPROC proc_ptr_;
|
/external/openssl/ssl/ |
D | kssl.c | 300 (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/ |
D | scoped_native_library_unittest.cc | 31 FARPROC test_function = in TEST() 32 reinterpret_cast<FARPROC>(library.GetFunctionPointer(kFunctionName)); in TEST()
|
/external/chromium_org/base/debug/ |
D | profiler.cc | 139 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/ |
D | s_socket.c | 127 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/ |
D | shell_icu_win.c | 16 FARPROC addr; in sqlite_shell_init_icu()
|
/external/chromium_org/base/win/ |
D | pe_image_unittest.cc | 261 FARPROC address1 = pe.GetProcAddress("RegEnumKeyExW"); in TEST() 262 FARPROC address2 = pe.GetProcAddress(reinterpret_cast<char*>(ordinal)); in TEST()
|
D | pe_image.cc | 168 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()
|
D | pe_image.h | 149 FARPROC GetProcAddress(LPCSTR function_name) const;
|
/external/chromium_org/v8/src/ |
D | icu_util.cc | 50 FARPROC addr = GetProcAddress(module, ICU_UTIL_DATA_SYMBOL); in InitializeICU()
|
/external/lzma/CPP/Windows/ |
D | DLL.h | 49 FARPROC GetProc(LPCSTR procName) const { return My_GetProcAddress(_module, procName); } in GetProc()
|
/external/chromium_org/third_party/webrtc/base/ |
D | winping.h | 56 FARPROC ApcRoutine,
|
/external/chromium_org/sandbox/win/src/ |
D | win_utils.cc | 318 FARPROC* function_ptr = reinterpret_cast<FARPROC*>(ptr); in ResolveNTFunctionPtr()
|
/external/chromium_org/base/i18n/ |
D | icu_util.cc | 101 FARPROC addr = GetProcAddress(module, ICU_UTIL_DATA_SYMBOL); in InitializeICU()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
D | preamble_patcher.h | 218 FARPROC existing_function = ::GetProcAddress(module, function_name); in Patch()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
D | preamble_patcher.h | 218 FARPROC existing_function = ::GetProcAddress(module, function_name); in Patch()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_debug_symbol.c | 57 FARPROC WINAPI __GetProcAddress(LPCSTR lpProcName) in __GetProcAddress()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_symbol.c | 57 FARPROC WINAPI __GetProcAddress(LPCSTR lpProcName) in __GetProcAddress()
|
/external/chromium_org/third_party/sqlite/ |
D | icu-shell.patch | 76 + FARPROC addr;
|
/external/chromium_org/chrome_elf/blacklist/ |
D | blacklist_interceptions.cc | 33 FARPROC GetNtDllExportByName(const char* export_name) { in GetNtDllExportByName()
|
/external/llvm/lib/Support/Windows/ |
D | DynamicLibrary.inc | 138 FARPROC ptr = GetProcAddress((HMODULE)*I, symbolName);
|