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

  /external/google-breakpad/src/client/mac/handler/testcases/
DynamicImagesTests.cc 76 fprintf(stderr,"Local task image count: %d\n", d->GetImageCount());
78 CPTAssert(d->GetImageCount() > 0);
  /external/lzma/CPP/Windows/Control/
ImageList.h 53 int GetImageCount() const
  /external/google-breakpad/src/client/mac/handler/
dynamic_images.h 244 for (int i = 0; i < GetImageCount(); ++i) {
250 int GetImageCount() const {return static_cast<int>(image_list_.size());}
dynamic_images.cc 542 int image_count = GetImageCount();
minidump_generator.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commoncontrols.h 214 virtual HRESULT STDMETHODCALLTYPE GetImageCount(
376 HRESULT (STDMETHODCALLTYPE *GetImageCount)(
473 #define IImageList_GetImageCount(This,pi) (This)->lpVtbl->GetImageCount(This,pi)
545 return This->lpVtbl->GetImageCount(This,pi);
1039 HRESULT (STDMETHODCALLTYPE *GetImageCount)(
    [all...]

Completed in 364 milliseconds