Home
last modified time | relevance | path

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

/external/chromium/base/memory/
Dscoped_native_library.cc9 ScopedNativeLibrary::ScopedNativeLibrary() : library_(NULL) { in ScopedNativeLibrary() function in base::ScopedNativeLibrary
12 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) in ScopedNativeLibrary() function in base::ScopedNativeLibrary
16 ScopedNativeLibrary::ScopedNativeLibrary(const FilePath& library_path) { in ScopedNativeLibrary() function in base::ScopedNativeLibrary
Dscoped_native_library_unittest.cc14 TEST(ScopedNativeLibrary, Basic) { in TEST() argument