Searched refs:CFWL_PushButton (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/fwl/
H A Dcfwl_pushbutton.cpp23 CFWL_PushButton::CFWL_PushButton(const CFWL_App* app) function in class:CFWL_PushButton
29 CFWL_PushButton::~CFWL_PushButton() {}
31 FWL_Type CFWL_PushButton::GetClassID() const {
35 void CFWL_PushButton::SetStates(uint32_t dwStates) {
43 void CFWL_PushButton::Update() {
54 void CFWL_PushButton::DrawWidget(CFX_Graphics* pGraphics,
68 void CFWL_PushButton::DrawBkground(CFX_Graphics* pGraphics,
84 uint32_t CFWL_PushButton
[all...]
H A Dcfwl_pushbutton.h22 class CFWL_PushButton : public CFWL_Widget { class in inherits:CFWL_Widget
24 explicit CFWL_PushButton(const CFWL_App*);
25 ~CFWL_PushButton() override;
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffpushbutton.cpp54 CFWL_PushButton* pPushButton = new CFWL_PushButton(GetFWLApp());

Completed in 97 milliseconds