HomeSort by relevance Sort by last modified time
    Searched defs:ScopedNativeLibrary (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/
scoped_native_library.cc 9 ScopedNativeLibrary::ScopedNativeLibrary() : library_(NULL) {
12 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library)
16 ScopedNativeLibrary::ScopedNativeLibrary(const FilePath& library_path) {
20 ScopedNativeLibrary::~ScopedNativeLibrary() {
25 void* ScopedNativeLibrary::GetFunctionPointer(
32 void ScopedNativeLibrary::Reset(NativeLibrary library)
    [all...]
scoped_native_library.h 18 class BASE_EXPORT ScopedNativeLibrary {
21 ScopedNativeLibrary();
24 explicit ScopedNativeLibrary(NativeLibrary library);
27 explicit ScopedNativeLibrary(const FilePath& library_path);
29 ~ScopedNativeLibrary();
47 DISALLOW_COPY_AND_ASSIGN(ScopedNativeLibrary);

Completed in 855 milliseconds