Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_notedriver.cpp188 CFWL_WidgetMgr* pWidgetMgr = in ProcessMessage() local
190 CFWL_Widget* pMessageForm = pWidgetMgr->IsFormDisabled() in ProcessMessage()
242 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoSetFocus() local
243 if (pWidgetMgr->IsFormDisabled()) { in DoSetFocus()
266 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKillFocus() local
267 if (pWidgetMgr->IsFormDisabled()) { in DoKillFocus()
293 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKey() local
296 if (m_pFocus && pWidgetMgr->GetSystemFormWidget(m_pFocus) != pForm) in DoKey()
300 CFWL_Widget* pNextTabStop = pWidgetMgr->NextTab(pForm, pFocus, bFind); in DoKey()
303 pNextTabStop = pWidgetMgr->NextTab(pForm, nullptr, bFind); in DoKey()
[all …]
Dcfwl_checkbox.cpp182 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in NextStates() local
183 if (!pWidgetMgr->IsFormDisabled()) { in NextStates()
185 pWidgetMgr->GetSameGroupRadioButton(this); in NextStates()
Dcfwl_form.cpp171 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in SetWorkAreaRect() local
172 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()