Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/theme/
Dcarettp.cpp8 CFWL_CaretTP::CFWL_CaretTP() {} in CFWL_CaretTP() function in CFWL_CaretTP
9 CFWL_CaretTP::~CFWL_CaretTP() {} in ~CFWL_CaretTP()
10 FX_BOOL CFWL_CaretTP::IsValidWidget(IFWL_Widget* pWidget) { in IsValidWidget()
15 FX_BOOL CFWL_CaretTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()
31 void CFWL_CaretTP::DrawCaretBK(CFX_Graphics* pGraphics, in DrawCaretBK()
/external/pdfium/xfa/include/fwl/theme/
Dcarettp.h10 class CFWL_CaretTP; variable
11 class CFWL_CaretTP : public CFWL_WidgetTP {
13 CFWL_CaretTP();
14 virtual ~CFWL_CaretTP();
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dtheme.cpp100 CFWL_CaretTP* pCaretTP = new CFWL_CaretTP; in CFWL_Theme()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwltheme.h61 CFWL_CaretTP* m_pCaretTP;
Dxfa_fwltheme.cpp38 m_pCaretTP = new CFWL_CaretTP; in CXFA_FWLTheme()