Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combolist.cpp70 return pOwner ? pOwner->TransformTo(m_pOuter, ret) : ret; in ClientToOuter()
124 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListFocusChanged()
125 if (pKill->m_pSetFocus == m_pOuter || in OnDropListFocusChanged()
151 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListMouseMove()
160 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListLButtonDown()
165 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListLButtonUp()
186 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListKey()
211 pKey->m_pDstTarget = m_pOuter; in OnDropListKey()
225 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListKeyDown()
Dcfwl_comboedit.cpp21 m_pOuter = static_cast<CFWL_ComboBox*>(pOuter); in CFWL_ComboEdit()
65 m_pOuter->SetFocus(true); in OnProcessMessage()
Dcfwl_widget.h82 CFWL_Widget* GetOuter() const { return m_pOuter; } in GetOuter()
154 CFWL_Widget* m_pOuter; variable
Dcfwl_comboedit.h32 CFWL_ComboBox* m_pOuter;
Dcfwl_formproxy.cpp39 m_pOuter->GetDelegate()->OnProcessMessage(pMessage); in OnProcessMessage()
Dcfwl_widget.cpp44 m_pOuter(pOuter), in CFWL_Widget()
309 CFWL_Widget* pRet = m_pOuter; in GetRootOuter()
501 if (m_pOuter) { in DispatchEvent()
502 m_pOuter->GetDelegate()->OnProcessEvent(pEvent); in DispatchEvent()
Dcfwl_datetimeedit.cpp51 static_cast<CFWL_DateTimePicker*>(m_pOuter); in DisForm_OnProcessMessage()
Dcfwl_monthcalendar.cpp762 CFWL_DateTimePicker* pIPicker = static_cast<CFWL_DateTimePicker*>(m_pOuter); in OnLButtonDown()
790 CFWL_DateTimePicker* pIPicker = static_cast<CFWL_DateTimePicker*>(m_pOuter); in OnLButtonUp()
799 if (!m_pOuter) in OnLButtonUp()
840 static_cast<CFWL_DateTimePicker*>(m_pOuter); in DisForm_OnLButtonUp()
Dcfwl_edit.cpp365 m_pOuter = pOuter; in SetOuter()
847 if (!m_pOuter) { in Layout()
852 } else if (m_pOuter->GetClassID() == FWL_Type::DateTimePicker) { in Layout()
853 part.m_pWidget = m_pOuter; in Layout()
Dcfwl_listbox.cpp475 if (!m_pOuter) { in CalcSize()