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

/external/chromium_org/base/
H A Dscoped_native_library.cc25 void* ScopedNativeLibrary::GetFunctionPointer( function in class:base::ScopedNativeLibrary
/external/chromium_org/chrome/utility/media_galleries/
H A Dimage_metadata_extractor.cc115 if (!GetFunctionPointer(lib, &exif_loader_write_func_,
117 !GetFunctionPointer(lib, &exif_loader_new_func_, "exif_loader_new") ||
118 !GetFunctionPointer(lib, &exif_loader_unref_func_,
120 !GetFunctionPointer(lib, &exif_loader_get_data_func_,
122 !GetFunctionPointer(lib, &exif_data_free_func_, "exif_data_free") ||
123 !GetFunctionPointer(lib, &exif_data_get_byte_order_func_,
125 !GetFunctionPointer(lib, &exif_get_short_func_, "exif_get_short") ||
126 !GetFunctionPointer(lib, &exif_get_long_func_, "exif_get_long") ||
127 !GetFunctionPointer(lib, &exif_get_rational_func_,
129 !GetFunctionPointer(li
237 bool GetFunctionPointer(const base::ScopedNativeLibrary& lib, function in class:metadata::__anon6028::ExifFunctions
[all...]

Completed in 676 milliseconds