Home
last modified time | relevance | path

Searched refs:IFWL_Target (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_targetimp.cpp9 FWL_ERR IFWL_Target::GetClassName(CFX_WideString& wsClass) const { in GetClassName()
12 FX_DWORD IFWL_Target::GetClassID() const { in GetClassID()
15 FX_BOOL IFWL_Target::IsInstance(const CFX_WideStringC& wsClass) const { in IsInstance()
18 FWL_ERR IFWL_Target::Initialize() { in Initialize()
21 FWL_ERR IFWL_Target::Finalize() { in Finalize()
24 IFWL_Target::~IFWL_Target() { in ~IFWL_Target()
/external/pdfium/xfa/include/fwl/core/
Dfwl_target.h29 class IFWL_Target {
31 IFWL_Target() : m_pImpl(nullptr) {} in IFWL_Target() function
32 virtual ~IFWL_Target();
Dfwl_widget.h9 class IFWL_Target; variable
25 class IFWL_Widget : public IFWL_Target {
Dfwl_note.h9 class IFWL_Target; variable
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwltheme.h17 virtual IFWL_Target* Retain() { return NULL; } in Retain()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_comboboximp.cpp1442 IFWL_Target* pDstTarget = pMsg->m_pDstTarget; in OnFocusChanged()
1443 IFWL_Target* pSrcTarget = pMsg->m_pSrcTarget; in OnFocusChanged()