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

  /external/chromium_org/third_party/skia/include/core/
SkDataTable.h 66 typedef void (*FreeProc)(void* context);
94 int count, FreeProc proc, void* context);
109 FreeProc fFreeProc;
114 FreeProc, void* context);
115 SkDataTable(const Dir*, int count, FreeProc, void* context);
  /external/chromium_org/crypto/
scoped_capi_types.h 47 template <class CAPIHandle, typename FreeProc>
58 FreeProc free_proc;
  /external/chromium_org/third_party/skia/src/core/
SkDataTable.cpp 25 FreeProc proc, void* context) {
35 SkDataTable::SkDataTable(const Dir* dir, int count, FreeProc proc, void* ctx) {
129 int count, FreeProc proc, void* ctx) {
  /external/chromium_org/third_party/cld/base/
scoped_ptr.h 295 template<class C, class FreeProc = ScopedPtrMallocFree>
403 static FreeProc const free_;

Completed in 202 milliseconds