HomeSort by relevance Sort by last modified time
    Searched defs:VerificationCallback (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
ssladapter.h 60 typedef bool (*VerificationCallback)(void* cert);
64 bool InitializeSSL(VerificationCallback callback = NULL);
  /external/chromium_org/third_party/libjingle/source/talk/base/
ssladapter.h 62 typedef bool (*VerificationCallback)(void* cert);
66 bool InitializeSSL(VerificationCallback callback = NULL);
  /art/runtime/gc/
heap.cc 764 void Heap::VerificationCallback(mirror::Object* obj, void* arg) {
771 GetLiveBitmap()->Walk(Heap::VerificationCallback, this);
    [all...]

Completed in 47 milliseconds