Home
last modified time | relevance | path

Searched refs:m_pNormalWidget (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp37 auto* pComboBox = ToComboBox(m_pNormalWidget.get()); in PtInActiveRect()
44 m_pNormalWidget = std::move(pNew); in LoadWidget()
45 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
48 m_pNormalWidget->GetOwnerApp()->GetNoteDriver(); in LoadWidget()
49 pNoteDriver->RegisterEventTarget(m_pNormalWidget.get(), in LoadWidget()
50 m_pNormalWidget.get()); in LoadWidget()
51 m_pOldDelegate = m_pNormalWidget->GetDelegate(); in LoadWidget()
52 m_pNormalWidget->SetDelegate(this); in LoadWidget()
53 m_pNormalWidget->LockUpdate(); in LoadWidget()
67 m_pNormalWidget->UnlockUpdate(); in LoadWidget()
[all …]
Dcxfa_fftextedit.cpp37 if (m_pNormalWidget) { in ~CXFA_FFTextEdit()
39 m_pNormalWidget->GetOwnerApp()->GetNoteDriver(); in ~CXFA_FFTextEdit()
40 pNoteDriver->UnregisterEventTarget(m_pNormalWidget.get()); in ~CXFA_FFTextEdit()
48 m_pNormalWidget = std::move(pNewWidget); in LoadWidget()
49 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
52 m_pNormalWidget->GetOwnerApp()->GetNoteDriver(); in LoadWidget()
53 pNoteDriver->RegisterEventTarget(m_pNormalWidget.get(), in LoadWidget()
54 m_pNormalWidget.get()); in LoadWidget()
55 m_pOldDelegate = m_pNormalWidget->GetDelegate(); in LoadWidget()
56 m_pNormalWidget->SetDelegate(this); in LoadWidget()
[all …]
Dcxfa_fflistbox.cpp31 if (!m_pNormalWidget) in ~CXFA_FFListBox()
35 m_pNormalWidget->GetOwnerApp()->GetNoteDriver(); in ~CXFA_FFListBox()
36 pNoteDriver->UnregisterEventTarget(m_pNormalWidget.get()); in ~CXFA_FFListBox()
45 m_pNormalWidget = std::move(pNew); in LoadWidget()
46 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
49 m_pNormalWidget->GetOwnerApp()->GetNoteDriver(); in LoadWidget()
50 pNoteDriver->RegisterEventTarget(m_pNormalWidget.get(), in LoadWidget()
51 m_pNormalWidget.get()); in LoadWidget()
52 m_pOldDelegate = m_pNormalWidget->GetDelegate(); in LoadWidget()
53 m_pNormalWidget->SetDelegate(this); in LoadWidget()
[all …]
Dcxfa_ffpushbutton.cpp49 GetApp()->GetFWLWidgetMgr()->OnDrawWidget(m_pNormalWidget.get(), pGS, mt); in RenderWidget()
53 ASSERT(!m_pNormalWidget); in LoadWidget()
58 m_pNormalWidget = std::move(pNew); in LoadWidget()
59 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
62 m_pNormalWidget->GetOwnerApp()->GetNoteDriver(); in LoadWidget()
63 pNoteDriver->RegisterEventTarget(m_pNormalWidget.get(), in LoadWidget()
64 m_pNormalWidget.get()); in LoadWidget()
65 m_pNormalWidget->LockUpdate(); in LoadWidget()
68 m_pNormalWidget->UnlockUpdate(); in LoadWidget()
87 m_pNormalWidget->ModifyStylesEx(dwStyleEx, 0xFFFFFFFF); in UpdateWidgetProperty()
[all …]
Dcxfa_ffpasswordedit.cpp25 m_pNormalWidget = std::move(pNewEdit); in LoadWidget()
26 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
29 m_pNormalWidget->GetOwnerApp()->GetNoteDriver(); in LoadWidget()
30 pNoteDriver->RegisterEventTarget(m_pNormalWidget.get(), in LoadWidget()
31 m_pNormalWidget.get()); in LoadWidget()
32 m_pOldDelegate = m_pNormalWidget->GetDelegate(); in LoadWidget()
33 m_pNormalWidget->SetDelegate(this); in LoadWidget()
34 m_pNormalWidget->LockUpdate(); in LoadWidget()
38 m_pNormalWidget->UnlockUpdate(); in LoadWidget()
43 CFWL_Edit* pWidget = static_cast<CFWL_Edit*>(m_pNormalWidget.get()); in UpdateWidgetProperty()
[all …]
Dcxfa_ffdatetimeedit.cpp34 auto* pPicker = static_cast<CFWL_DateTimePicker*>(m_pNormalWidget.get()); in PtInActiveRect()
41 m_pNormalWidget = std::move(pNewPicker); in LoadWidget()
42 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
45 m_pNormalWidget->GetOwnerApp()->GetNoteDriver(); in LoadWidget()
46 pNoteDriver->RegisterEventTarget(m_pNormalWidget.get(), in LoadWidget()
47 m_pNormalWidget.get()); in LoadWidget()
48 m_pOldDelegate = m_pNormalWidget->GetDelegate(); in LoadWidget()
49 m_pNormalWidget->SetDelegate(this); in LoadWidget()
50 m_pNormalWidget->LockUpdate(); in LoadWidget()
72 m_pNormalWidget->UnlockUpdate(); in LoadWidget()
[all …]
Dcxfa_fffield.cpp76 CFX_RectF rtWidget = m_pNormalWidget->GetWidgetRect(); in RenderWidget()
79 GetApp()->GetFWLWidgetMgr()->OnDrawWidget(m_pNormalWidget.get(), pGS, mt); in RenderWidget()
119 if (m_pNormalWidget) in SetFWLThemeProvider()
120 m_pNormalWidget->SetThemeProvider(GetApp()->GetFWLTheme()); in SetFWLThemeProvider()
124 return m_pNormalWidget && CXFA_FFWidget::IsLoaded(); in IsLoaded()
135 m_pNormalWidget.reset(); in UnloadWidget()
156 static_cast<CFWL_Edit*>(m_pNormalWidget.get()) in SetEditScrollOffset()
166 if (m_pNormalWidget) in PerformLayout()
167 m_pNormalWidget->Update(); in PerformLayout()
334 if (m_pNormalWidget) in UpdateFWL()
[all …]
Dcxfa_ffnumericedit.cpp28 m_pNormalWidget = std::move(pNewEdit); in LoadWidget()
29 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
32 m_pNormalWidget->GetOwnerApp()->GetNoteDriver(); in LoadWidget()
33 pNoteDriver->RegisterEventTarget(m_pNormalWidget.get(), in LoadWidget()
34 m_pNormalWidget.get()); in LoadWidget()
35 m_pOldDelegate = m_pNormalWidget->GetDelegate(); in LoadWidget()
36 m_pNormalWidget->SetDelegate(this); in LoadWidget()
37 m_pNormalWidget->LockUpdate(); in LoadWidget()
41 m_pNormalWidget->UnlockUpdate(); in LoadWidget()
46 CFWL_Edit* pWidget = static_cast<CFWL_Edit*>(m_pNormalWidget.get()); in UpdateWidgetProperty()
[all …]
Dcxfa_ffcheckbutton.cpp34 m_pNormalWidget = std::move(pNew); in LoadWidget()
35 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
38 m_pNormalWidget->GetOwnerApp()->GetNoteDriver(); in LoadWidget()
39 pNoteDriver->RegisterEventTarget(m_pNormalWidget.get(), in LoadWidget()
40 m_pNormalWidget.get()); in LoadWidget()
41 m_pOldDelegate = m_pNormalWidget->GetDelegate(); in LoadWidget()
42 m_pNormalWidget->SetDelegate(this); in LoadWidget()
46 m_pNormalWidget->LockUpdate(); in LoadWidget()
49 m_pNormalWidget->UnlockUpdate(); in LoadWidget()
54 auto* pCheckBox = static_cast<CFWL_CheckBox*>(m_pNormalWidget.get()); in UpdateWidgetProperty()
[all …]
Dcxfa_ffbarcode.cpp121 m_pNormalWidget = std::move(pNew); in LoadWidget()
122 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
125 m_pNormalWidget->GetOwnerApp()->GetNoteDriver(); in LoadWidget()
126 pNoteDriver->RegisterEventTarget(m_pNormalWidget.get(), in LoadWidget()
127 m_pNormalWidget.get()); in LoadWidget()
128 m_pOldDelegate = m_pNormalWidget->GetDelegate(); in LoadWidget()
129 m_pNormalWidget->SetDelegate(this); in LoadWidget()
130 m_pNormalWidget->LockUpdate(); in LoadWidget()
135 m_pNormalWidget->UnlockUpdate(); in LoadWidget()
151 CFX_RectF rtWidget = m_pNormalWidget->GetWidgetRect(); in RenderWidget()
[all …]
Dcxfa_ffimageedit.cpp36 m_pNormalWidget = std::move(pNew); in LoadWidget()
37 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
40 m_pNormalWidget->GetOwnerApp()->GetNoteDriver(); in LoadWidget()
41 pNoteDriver->RegisterEventTarget(m_pNormalWidget.get(), in LoadWidget()
42 m_pNormalWidget.get()); in LoadWidget()
75 CFX_RectF rtImage = m_pNormalWidget->GetWidgetRect(); in RenderWidget()
108 CFWL_MessageMouse ms(nullptr, m_pNormalWidget.get()); in OnLButtonDown()
117 if (!m_pNormalWidget) in SetFWLRect()
124 m_pNormalWidget->SetWidgetRect(rtImage); in SetFWLRect()
Dcxfa_ffsignature.cpp98 if (m_pNormalWidget && in OnHitTest()
99 m_pNormalWidget->HitTest(FWLToClient(point)) != FWL_WidgetHit::Unknown) { in OnHitTest()
Dcxfa_fffield.h69 CFWL_Widget* GetNormalWidget() { return m_pNormalWidget.get(); } in GetNormalWidget()
94 std::unique_ptr<CFWL_Widget> m_pNormalWidget; variable