Searched defs:dwCode (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/fwl/
H A Dcfwl_scrollbar.cpp101 bool CFWL_ScrollBar::DoScroll(CFWL_EventScroll::Code dwCode, float fPos) { argument
102 if (dwCode == CFWL_EventScroll::Code::None)
104 return OnScroll(dwCode, fPos);
312 CFWL_EventScroll::Code dwCode = m_iMouseWheel < 0 local
315 DoScroll(dwCode, m_fTrackPos);
320 bool CFWL_ScrollBar::OnScroll(CFWL_EventScroll::Code dwCode, float fPos) {
322 ev.m_iScrollCode = dwCode;
H A Dcfwl_listbox.cpp836 CFWL_EventScroll::Code dwCode,
842 switch (dwCode) {
835 OnScroll(CFWL_ScrollBar* pScrollBar, CFWL_EventScroll::Code dwCode, float fPos) argument
H A Dcfwl_edit.cpp1382 CFWL_EventScroll::Code dwCode,
1388 switch (dwCode) {
1381 OnScroll(CFWL_ScrollBar* pScrollBar, CFWL_EventScroll::Code dwCode, float fPos) argument
/external/python/cpython3/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1013 __in DWORD dwCode,
1024 HRESULT hr = _engine->SendEmbeddedError(dwCode, wzError, dwUIHint, &nResult);
1034 BalRetryErrorOccurred(wzPackageId, dwCode);
1039 HRESULT hr = StrAllocFromError(&sczError, dwCode, nullptr);
1041 StrAllocFormatted(&sczError, L"0x%x", dwCode);
1049 SetProgressState(HRESULT_FROM_WIN32(dwCode));
1052 BalRetryErrorOccurred(wzPackageId, dwCode);
1010 OnError( __in BOOTSTRAPPER_ERROR_TYPE errorType, __in LPCWSTR wzPackageId, __in DWORD dwCode, __in_z LPCWSTR wzError, __in DWORD dwUIHint, __in DWORD , __in_ecount_z_opt(cData) LPCWSTR* , __in int nRecommendation ) argument

Completed in 250 milliseconds