Home
last modified time | relevance | path

Searched refs:GetFunctionPointer (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/
Dscoped_native_library.h37 void* GetFunctionPointer(const char* function_name) const;
Dscoped_native_library_unittest.cc37 reinterpret_cast<FARPROC>(library.GetFunctionPointer(kFunctionName)); in TEST()
Dscoped_native_library.cc24 void* ScopedNativeLibrary::GetFunctionPointer( in GetFunctionPointer() function in base::ScopedNativeLibrary
/external/libchrome/mojo/public/c/system/
Dthunks.cc112 library_->GetFunctionPointer(kGetThunksFunctionName)); in CoreLibraryInitializer()