Home
last modified time | relevance | path

Searched refs:ppEnumFormatEtc (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dosr_dragdrop_win.cc460 IEnumFORMATETC** ppEnumFormatEtc) { in CreateEnumFormatEtc() argument
461 if (cfmt == 0 || afmt == 0 || ppEnumFormatEtc == 0) in CreateEnumFormatEtc()
464 *ppEnumFormatEtc = new DragEnumFormatEtc(afmt, cfmt); in CreateEnumFormatEtc()
466 return (*ppEnumFormatEtc) ? S_OK : E_OUTOFMEMORY; in CreateEnumFormatEtc()
496 HRESULT DragEnumFormatEtc::Clone(IEnumFORMATETC** ppEnumFormatEtc) { in Clone() argument
500 hResult = CreateEnumFormatEtc(m_nNumFormats, m_pFormatEtc, ppEnumFormatEtc); in Clone()
504 reinterpret_cast<DragEnumFormatEtc*>(*ppEnumFormatEtc)->m_nIndex = m_nIndex; in Clone()
588 IEnumFORMATETC** ppEnumFormatEtc) { in EnumFormatEtc() argument
590 ppEnumFormatEtc); in EnumFormatEtc()
Dosr_dragdrop_win.h117 IEnumFORMATETC** ppEnumFormatEtc);
127 HRESULT __stdcall Clone(IEnumFORMATETC** ppEnumFormatEtc);
168 IEnumFORMATETC** ppEnumFormatEtc);