Home
last modified time | relevance | path

Searched refs:GetDisplayName (Results 1 – 13 of 13) sorted by relevance

/third_party/cef/libcef/browser/
Dx509_cert_principal_impl.cc27 CefString CefX509CertPrincipalImpl::GetDisplayName() { in GetDisplayName() function in CefX509CertPrincipalImpl
28 return value_.GetDisplayName(); in GetDisplayName()
Dx509_cert_principal_impl.h22 CefString GetDisplayName() override;
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DDeckLinkAPIDiscovery.h61 virtual HRESULT GetDisplayName (/* out */ const char **displayName) = 0;
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/
DDeckLinkAPIDiscovery.h61 virtual HRESULT GetDisplayName (/* out */ CFStringRef *displayName) = 0;
/third_party/cef/libcef_dll/ctocpp/
Dx509cert_principal_ctocpp.h39 CefString GetDisplayName() override;
Dx509cert_principal_ctocpp.cc22 CefString CefX509CertPrincipalCToCpp::GetDisplayName() { in GetDisplayName() function in CefX509CertPrincipalCToCpp
/third_party/cef/include/
Dcef_x509_certificate.h58 virtual CefString GetDisplayName() = 0;
/third_party/cef/libcef_dll/cpptoc/
Dx509cert_principal_cpptoc.cc34 CefString _retval = CefX509CertPrincipalCppToC::Get(self)->GetDisplayName(); in x509cert_principal_get_display_name()
/third_party/node/deps/npm/node_modules/node-gyp/lib/
DFind-VisualStudio.cs99 string GetDisplayName([MarshalAs(UnmanagedType.U4), In] int lcid); in GetDisplayName() method
/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc189 << (subject.get() ? subject->GetDisplayName().ToString() : "&nbsp;") in GetCertificateInformation()
192 << (issuer.get() ? issuer->GetDisplayName().ToString() : "&nbsp;") in GetCertificateInformation()
839 CefString subject((*it)->GetSubject()->GetDisplayName()); in OnSelectClientCertificate()
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshow.cpp370 hres = moniker->GetDisplayName (NULL, NULL, &wszDisplayName); in gst_dshow_enumerate_devices()
542 hres = moniker->GetDisplayName (NULL, NULL, &wszDisplayName); in gst_dshow_getdevice_from_devicename()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.cpp1607 decklink->GetDisplayName ((COMSTR_T *) & display_name); in init_devices()
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h2529 virtual HRESULT STDMETHODCALLTYPE GetDisplayName(
2557 HRESULT ( STDMETHODCALLTYPE *GetDisplayName )(
2588 ( (This)->lpVtbl -> GetDisplayName(This,displayName) )