Searched refs:GetFunctionPointer (Results 1 – 4 of 4) sorted by relevance
37 void* GetFunctionPointer(const char* function_name) const;
37 reinterpret_cast<FARPROC>(library.GetFunctionPointer(kFunctionName)); in TEST()
24 void* ScopedNativeLibrary::GetFunctionPointer( in GetFunctionPointer() function in base::ScopedNativeLibrary
112 library_->GetFunctionPointer(kGetThunksFunctionName)); in CoreLibraryInitializer()