Home
last modified time | relevance | path

Searched refs:ScopedNativeLibrary (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dscoped_native_library.cc9 ScopedNativeLibrary::ScopedNativeLibrary() : library_(nullptr) {} in ScopedNativeLibrary() function in base::ScopedNativeLibrary
11 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) in ScopedNativeLibrary() function in base::ScopedNativeLibrary
15 ScopedNativeLibrary::ScopedNativeLibrary(const FilePath& library_path) { in ScopedNativeLibrary() function in base::ScopedNativeLibrary
19 ScopedNativeLibrary::~ScopedNativeLibrary() { in ~ScopedNativeLibrary()
24 void* ScopedNativeLibrary::GetFunctionPointer( in GetFunctionPointer()
31 void ScopedNativeLibrary::Reset(NativeLibrary library) { in Reset()
37 NativeLibrary ScopedNativeLibrary::Release() { in Release()
Dscoped_native_library.h19 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);
/external/libchrome/mojo/public/c/system/
Dthunks.cc136 base::Optional<base::ScopedNativeLibrary> library_;