Home
last modified time | relevance | path

Searched refs:m_pOuter (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_formproxyimp.cpp53 IFWL_WidgetDelegate* pDelegate = m_pOwner->m_pOuter->SetDelegate(NULL); in OnProcessMessage()
Dfwl_comboboximp.cpp133 m_pOuter = static_cast<CFWL_ComboBoxImp*>(pOuter->GetImpl()); in CFWL_ComboEditImp()
192 m_pOuter->SetFocus(bSet); in SetComboBoxFocus()
274 pOwner->TransformTo(m_pOuter, fx, fy); in ClientToOuter()
335 static_cast<CFWL_ComboBoxImp*>(m_pOwner->m_pOuter->GetImpl()); in OnDropListFocusChanged()
336 if (pKill->m_pSetFocus == m_pOwner->m_pOuter || in OnDropListFocusChanged()
362 event.m_pSrcTarget = m_pOwner->m_pOuter; in OnDropListMouseMove()
370 static_cast<CFWL_ComboBoxImp*>(m_pOwner->m_pOuter->GetImpl()); in OnDropListMouseMove()
380 static_cast<CFWL_ComboBoxImp*>(m_pOwner->m_pOuter->GetImpl()); in OnDropListLButtonDown()
386 static_cast<CFWL_ComboBoxImp*>(m_pOwner->m_pOuter->GetImpl()); in OnDropListLButtonUp()
408 static_cast<CFWL_ComboBoxImp*>(m_pOwner->m_pOuter->GetImpl()); in OnDropListKey()
[all …]
Dfwl_datetimepickerimp.cpp194 static_cast<CFWL_DateTimePickerImp*>(m_pOwner->m_pOuter->GetImpl()); in DisForm_OnProcessMessage()
266 static_cast<IFWL_DateTimePicker*>(m_pOwner->m_pOuter); in OnLButtonDownEx()
298 static_cast<IFWL_DateTimePicker*>(m_pOwner->m_pOuter); in OnLButtonUpEx()
312 if (!m_pOwner->m_pOuter) in OnLButtonUpEx()
319 static_cast<IFWL_DateTimePicker*>(m_pOwner->m_pOuter); in OnLButtonUpEx()
406 static_cast<CFWL_DateTimePickerImp*>(m_pOwner->m_pOuter->GetImpl()); in DisForm_OnLButtonUpEx()
Dfwl_editimp.cpp807 m_pOuter = pOuter; in SetOuter()
1529 if (!m_pOuter) { in Layout()
1536 } else if (m_pOuter->GetClassID() == FWL_CLASSHASH_DateTimePicker) { in Layout()
1538 part.m_pWidget = m_pOuter; in Layout()
1540 static_cast<CFX_RectF*>(m_pOuter->GetThemeProvider()->GetCapacity( in Layout()
Dfwl_scrollbarimp.cpp235 m_pOuter = pOuter; in SetOuter()
Dfwl_listboximp.cpp731 if (!m_pOuter) { in CalcSize()
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp239 return m_pOuter; in GetOuter()
510 m_pOuter(pOuter), in CFWL_WidgetImp()
628 IFWL_Widget* pRet = m_pOuter; in GetRootOuter()
845 if (m_pOuter) { in DispatchEvent()
846 IFWL_WidgetDelegate* pDelegate = m_pOuter->SetDelegate(NULL); in DispatchEvent()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_widgetimp.h144 IFWL_Widget* m_pOuter; variable
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_comboboximp.h41 CFWL_ComboBoxImp* m_pOuter; variable