OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getfunctionpointer
(Results
1 - 20
of
20
) sorted by null
/external/chromium/base/memory/
scoped_native_library.cc
25
void* ScopedNativeLibrary::
GetFunctionPointer
(
scoped_native_library.h
35
void*
GetFunctionPointer
(const char* function_name) const;
scoped_native_library_unittest.cc
28
library.
GetFunctionPointer
("DirectDrawCreate"));
/external/chromium_org/base/
scoped_native_library.cc
25
void* ScopedNativeLibrary::
GetFunctionPointer
(
scoped_native_library.h
34
void*
GetFunctionPointer
(const char* function_name) const;
scoped_native_library_unittest.cc
30
library.
GetFunctionPointer
("DirectDrawCreate"));
/external/chromium_org/chrome_frame/test/
dll_redirector_loading_test.cc
162
original_library.
GetFunctionPointer
("DllGetClassObject"));
183
new_library.
GetFunctionPointer
("DllGetClassObject"));
/external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc
283
library.
GetFunctionPointer
("PPP_GetInterface"));
294
library.
GetFunctionPointer
("PPP_ShutdownBroker")) :
296
library.
GetFunctionPointer
("PPP_ShutdownModule"));
302
library.
GetFunctionPointer
("PPP_InitializeModule"));
347
library.
GetFunctionPointer
("PPP_InitializeBroker"));
/external/chromium_org/ui/surface/
d3d9_utils_win.cc
35
d3d_module.
GetFunctionPointer
(kCreate3D9DeviceExName));
/external/chromium_org/chrome/browser/policy/
policy_loader_win.cc
61
kernel32_lib_.
GetFunctionPointer
("IsWow64Process"));
64
kernel32_lib_.
GetFunctionPointer
(
68
kernel32_lib_.
GetFunctionPointer
(
/external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_win.cc
483
xinput_dll_.
GetFunctionPointer
("XInputEnable"));
487
xinput_dll_.
GetFunctionPointer
("XInputGetCapabilities"));
491
xinput_dll_.
GetFunctionPointer
("XInputGetState"));
/external/chromium_org/remoting/base/
auto_thread_unittest.cc
48
com_library.
GetFunctionPointer
("CoGetApartmentType"));
/external/chromium_org/remoting/host/
sas_injector_win.cc
164
sas_dll_.
GetFunctionPointer
(kSendSasName));
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h
200
DefinedSVal
getFunctionPointer
(const FunctionDecl *func);
/external/chromium/chrome/browser/
aeropeek_manager.cc
174
dwmapi.
GetFunctionPointer
("DwmSetIconicThumbnail"));
196
dwmapi.
GetFunctionPointer
("DwmSetIconicLivePreviewBitmap"));
213
dwmapi.
GetFunctionPointer
("DwmInvalidateIconicBitmaps"));
[
all
...]
browser_main_win.cc
226
library.
GetFunctionPointer
("RegisterApplicationRestart"));
/external/chromium_org/chrome/browser/
chrome_browser_main_win.cc
253
library.
GetFunctionPointer
("RegisterApplicationRestart"));
/external/chromium_org/remoting/host/win/
launch_process_with_token.cc
66
winsta.
GetFunctionPointer
("WinStationQueryInformationW"));
/external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp
199
DefinedSVal SValBuilder::
getFunctionPointer
(const FunctionDecl *func) {
ExprEngine.cpp
[
all
...]
Completed in 1197 milliseconds