Home
last modified time | relevance | path

Searched refs:ScopedNativeLibrary (Results 1 – 5 of 5) 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);
Dscoped_native_library_unittest.cc19 TEST(ScopedNativeLibrary, Basic) { in TEST() argument
33 ScopedNativeLibrary library(native_library); in TEST()
/external/libchrome/mojo/public/c/system/
Dthunks.cc136 base::Optional<base::ScopedNativeLibrary> library_;
/external/libchrome/base/profiler/
Dstack_sampling_profiler_unittest.cc1298 ScopedNativeLibrary other_library(LoadOtherLibrary()); in PROFILER_TEST_F()