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

  /external/chromium/base/
image_util.h 36 class ImageMetrics {
38 // Creates an ImageMetrics instance for given process owned by
40 explicit ImageMetrics(HANDLE process);
41 ~ImageMetrics();
45 // The DLL must be loaded by the process associated with this ImageMetrics
52 // associated with this ImageMetrics instance.
61 DISALLOW_COPY_AND_ASSIGN(ImageMetrics);
image_util.cc 18 // ImageMetrics
19 ImageMetrics::ImageMetrics(HANDLE process) : process_(process) {
22 ImageMetrics::~ImageMetrics() {
25 bool ImageMetrics::GetDllImageSectionData(const std::string& loaded_dll_name,
37 bool ImageMetrics::GetProcessImageSectionData(ImageSectionsData*
48 bool ImageMetrics::GetImageSectionSizes(char* qualified_path,

Completed in 18 milliseconds