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

/external/chromium/base/memory/
H A Dscoped_native_library.h19 class BASE_API ScopedNativeLibrary { class in namespace:base
22 ScopedNativeLibrary();
25 explicit ScopedNativeLibrary(NativeLibrary library);
28 explicit ScopedNativeLibrary(const FilePath& library_path);
30 ~ScopedNativeLibrary();
48 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 183 milliseconds