Searched defs:ScopedNativeLibrary (Results 1 - 4 of 4) 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...]
/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 395 milliseconds