Home
last modified time | relevance | path

Searched refs:pWidgetMgr (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_notedriver.cpp195 CFWL_WidgetMgr* pWidgetMgr = in ProcessMessage() local
197 CFWL_Widget* pMessageForm = pWidgetMgr->IsFormDisabled() in ProcessMessage()
249 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoSetFocus() local
250 if (pWidgetMgr->IsFormDisabled()) { in DoSetFocus()
273 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKillFocus() local
274 if (pWidgetMgr->IsFormDisabled()) { in DoKillFocus()
300 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKey() local
303 if (m_pFocus && pWidgetMgr->GetSystemFormWidget(m_pFocus) != pForm) in DoKey()
307 CFWL_Widget* pNextTabStop = pWidgetMgr->NextTab(pForm, pFocus, bFind); in DoKey()
310 pNextTabStop = pWidgetMgr->NextTab(pForm, nullptr, bFind); in DoKey()
[all …]
Dcfwl_checkbox.cpp183 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in NextStates() local
184 if (!pWidgetMgr->IsFormDisabled()) { in NextStates()
186 pWidgetMgr->GetSameGroupRadioButton(this); in NextStates()
Dcfwl_form.cpp173 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in SetWorkAreaRect() local
174 if (!pWidgetMgr) in SetWorkAreaRect()
Dcfwl_widget.cpp568 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in GetOffsetFromParent() local
569 if (!pWidgetMgr) in GetOffsetFromParent()
579 pDstWidget = pWidgetMgr->GetParentWidget(pDstWidget); in GetOffsetFromParent()