Searched defs:ScopedNativeLibrary (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/
H A Dscoped_native_library.h18 class BASE_EXPORT ScopedNativeLibrary { class in namespace:base
21 ScopedNativeLibrary();
24 explicit ScopedNativeLibrary(NativeLibrary library);
27 explicit ScopedNativeLibrary(const FilePath& library_path);
29 ~ScopedNativeLibrary();
47 DISALLOW_COPY_AND_ASSIGN(ScopedNativeLibrary);
H A Dscoped_native_library.cc9 ScopedNativeLibrary::ScopedNativeLibrary() : library_(NULL) { function in class:base::ScopedNativeLibrary
12 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) function in class:base::ScopedNativeLibrary
16 ScopedNativeLibrary::ScopedNativeLibrary(const FilePath& library_path) { function in class:base::ScopedNativeLibrary
20 ScopedNativeLibrary::~ScopedNativeLibrary() {
25 void* ScopedNativeLibrary::GetFunctionPointer(
32 void ScopedNativeLibrary
[all...]

Completed in 92 milliseconds