Searched refs:ScopedNativeLibrary (Results 1 – 3 of 3) sorted by relevance
9 ScopedNativeLibrary::ScopedNativeLibrary() : library_(nullptr) {} in ScopedNativeLibrary() function in base::ScopedNativeLibrary11 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) in ScopedNativeLibrary() function in base::ScopedNativeLibrary15 ScopedNativeLibrary::ScopedNativeLibrary(const FilePath& library_path) { in ScopedNativeLibrary() function in base::ScopedNativeLibrary19 ScopedNativeLibrary::~ScopedNativeLibrary() { in ~ScopedNativeLibrary()24 void* ScopedNativeLibrary::GetFunctionPointer( in GetFunctionPointer()31 void ScopedNativeLibrary::Reset(NativeLibrary library) { in Reset()37 NativeLibrary ScopedNativeLibrary::Release() { in Release()
19 class BASE_EXPORT ScopedNativeLibrary {22 ScopedNativeLibrary();25 explicit ScopedNativeLibrary(NativeLibrary library);28 explicit ScopedNativeLibrary(const FilePath& library_path);30 ~ScopedNativeLibrary();50 DISALLOW_COPY_AND_ASSIGN(ScopedNativeLibrary);
136 base::Optional<base::ScopedNativeLibrary> library_;