/external/pdfium/xfa/src/fwl/src/core/ |
fwl_appimp.cpp | 42 : CFWL_NoteThreadImp(pIface), m_pWidgetMgr(NULL), m_pThemeProvider(NULL) {
57 if (m_pWidgetMgr) {
58 delete m_pWidgetMgr;
59 m_pWidgetMgr = NULL;
63 if (!m_pWidgetMgr) {
64 m_pWidgetMgr = new CFWL_WidgetMgr(m_pAdapterNative);
69 delete m_pWidgetMgr;
70 m_pWidgetMgr = NULL;
81 return m_pWidgetMgr;
90 return m_pWidgetMgr->GetAdapterWidgetMgr()->Exit(0); [all...] |
fwl_widgetimp.cpp | 139 m_pWidgetMgr->InsertWidget(pParent, m_pInterface);
144 m_pWidgetMgr->SetOwner(pOwner, m_pInterface);
147 m_pWidgetMgr->CreateWidget_Native(m_pInterface);
162 m_pWidgetMgr->DestroyWidget_Native(m_pInterface);
164 m_pWidgetMgr->RemoveWidget(m_pInterface);
184 m_pWidgetMgr->GetWidget(m_pInterface, FWL_WGTRELATION_SystemForm);
211 m_pWidgetMgr->SetWidgetRect_Native(m_pInterface, rect);
223 return m_pWidgetMgr->GetWidget(m_pInterface, FWL_WGTRELATION_Parent);
227 m_pWidgetMgr->SetParent(pParent, m_pInterface);
231 return m_pWidgetMgr->GetWidget(m_pInterface, FWL_WGTRELATION_Owner); [all...] |
fwl_widgetmgrimp.cpp | 689 : m_pWidgetMgr(pWidgetMgr) {}
691 m_pWidgetMgr->m_dwCapability = dwCapability;
707 if (m_pWidgetMgr->IsThreadEnabled()) {
710 if (m_pWidgetMgr->IsFormDisabled()) {
721 if (m_pWidgetMgr->IsThreadEnabled()) {
749 if (m_pWidgetMgr->IsFormDisabled()) {
766 if (!m_pWidgetMgr->IsFormDisabled()) {
775 m_pWidgetMgr->ResetRedrawCounts(pWidget);
784 FX_BOOL bFormDisable = m_pWidgetMgr->IsFormDisabled();
786 m_pWidgetMgr->GetWidget(parent, FWL_WGTRELATION_FirstChild); [all...] |
/external/pdfium/xfa/src/fwl/src/core/include/ |
fwl_appimp.h | 31 CFWL_WidgetMgr* m_pWidgetMgr;
|
fwl_widgetimp.h | 138 CFWL_WidgetMgr* m_pWidgetMgr;
|
fwl_widgetmgrimp.h | 166 CFWL_WidgetMgr* m_pWidgetMgr;
|
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
widget.cpp | 196 m_pWidgetMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
197 FXSYS_assert(m_pWidgetMgr != NULL);
216 return m_pWidgetMgr->RepaintWidget(m_pIface, &rect);
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
fwl_datetimepickerimp.cpp | 170 if (m_pOwner->m_pWidgetMgr->IsFormDisabled()) {
185 if (m_pOwner->m_pWidgetMgr->IsFormDisabled()) {
275 if (m_pOwner->m_pWidgetMgr->IsFormDisabled()) {
478 if (m_pWidgetMgr->IsFormDisabled()) {
490 if (m_pWidgetMgr->IsFormDisabled()) {
533 if (m_pWidgetMgr->IsFormDisabled()) {
564 if (m_pWidgetMgr->IsFormDisabled()) {
660 if (m_pWidgetMgr->IsFormDisabled()) {
719 if (m_pWidgetMgr->IsFormDisabled()) {
746 if (m_pWidgetMgr->IsFormDisabled()) { [all...] |
fwl_comboboximp.cpp | 488 if (m_pWidgetMgr->IsFormDisabled()) {
550 if (m_pWidgetMgr->IsFormDisabled()) {
567 if (m_pWidgetMgr->IsFormDisabled()) {
590 if (m_pWidgetMgr->IsFormDisabled()) {
597 if (m_pWidgetMgr->IsFormDisabled()) {
850 if (m_pWidgetMgr->IsFormDisabled()) {
888 if (m_pWidgetMgr->IsFormDisabled()) {
[all...] |
fwl_checkboximp.cpp | 370 m_pWidgetMgr->RepaintWidget(pCheckBox, &rt);
|
fwl_editimp.cpp | 487 if (!m_pWidgetMgr->IsFormDisabled()) {
[all...] |
/external/pdfium/xfa/include/fwl/lightwidget/ |
widget.h | 95 CFWL_WidgetMgr* m_pWidgetMgr;
|