Home
last modified time | relevance | path

Searched refs:CFWL_CaretTP (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fwl/theme/
Dcfwl_carettp.cpp15 CFWL_CaretTP::CFWL_CaretTP() {} in CFWL_CaretTP() function in CFWL_CaretTP
16 CFWL_CaretTP::~CFWL_CaretTP() {} in ~CFWL_CaretTP()
18 void CFWL_CaretTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()
37 void CFWL_CaretTP::DrawCaretBK(CXFA_Graphics* pGraphics, in DrawCaretBK()
Dcfwl_carettp.h12 class CFWL_CaretTP : public CFWL_WidgetTP {
14 CFWL_CaretTP();
15 ~CFWL_CaretTP() override;
DREADME.md14 * CFWL_CaretTP
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.h58 std::unique_ptr<CFWL_CaretTP> m_pCaretTP;
Dcxfa_fwltheme.cpp57 m_pCaretTP(pdfium::MakeUnique<CFWL_CaretTP>()), in CXFA_FWLTheme()