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

  /external/chromium_org/chrome/common/net/
x509_certificate_model_nss.cc 179 bool GetTimes(X509Certificate::OSCertHandle cert_handle,
x509_certificate_model_openssl.cc 150 bool GetTimes(X509Certificate::OSCertHandle cert_handle,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 121 HRESULT (WINAPI *GetTimes)(IBackgroundCopyJob2 *This,BG_JOB_TIMES *pVal);
170 #define IBackgroundCopyJob2_GetTimes(This,pVal) (This)->lpVtbl->GetTimes(This,pVal)
bits2_0.h 103 HRESULT (WINAPI *GetTimes)(IBackgroundCopyJob3 *This,BG_JOB_TIMES *pVal);
156 #define IBackgroundCopyJob3_GetTimes(This,pVal) (This)->lpVtbl -> GetTimes(This,pVal)
bits.h 307 virtual HRESULT WINAPI GetTimes(BG_JOB_TIMES *pVal) = 0;
346 HRESULT (WINAPI *GetTimes)(IBackgroundCopyJob *This,BG_JOB_TIMES *pVal);
387 #define IBackgroundCopyJob_GetTimes(This,pVal) (This)->lpVtbl->GetTimes(This,pVal)
    [all...]

Completed in 852 milliseconds