HomeSort by relevance Sort by last modified time
    Searched refs:pWidgetMgr (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_notedriver.cpp 195 CFWL_WidgetMgr* pWidgetMgr =
197 CFWL_Widget* pMessageForm = pWidgetMgr->IsFormDisabled()
249 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
250 if (pWidgetMgr->IsFormDisabled()) {
273 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
274 if (pWidgetMgr->IsFormDisabled()) {
300 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
303 if (m_pFocus && pWidgetMgr->GetSystemFormWidget(m_pFocus) != pForm)
307 CFWL_Widget* pNextTabStop = pWidgetMgr->NextTab(pForm, pFocus, bFind);
310 pNextTabStop = pWidgetMgr->NextTab(pForm, nullptr, bFind)
    [all...]
cfwl_checkbox.cpp 183 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr();
184 if (!pWidgetMgr->IsFormDisabled()) {
186 pWidgetMgr->GetSameGroupRadioButton(this);
cfwl_form.cpp 173 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr();
174 if (!pWidgetMgr)
cfwl_widget.cpp 568 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr();
569 if (!pWidgetMgr)
579 pDstWidget = pWidgetMgr->GetParentWidget(pDstWidget);

Completed in 162 milliseconds