Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/lightwidget/
Dpushbutton.cpp11 CFWL_PushButton* CFWL_PushButton::Create() { in Create()
12 return new CFWL_PushButton; in Create()
14 FWL_ERR CFWL_PushButton::Initialize(const CFWL_WidgetProperties* pProperties) { in Initialize()
30 FWL_ERR CFWL_PushButton::GetCaption(CFX_WideString& wsCaption) { in GetCaption()
34 FWL_ERR CFWL_PushButton::SetCaption(const CFX_WideStringC& wsCaption) { in SetCaption()
38 CFX_DIBitmap* CFWL_PushButton::GetPicture() { in GetPicture()
41 FWL_ERR CFWL_PushButton::SetPicture(CFX_DIBitmap* pBitmap) { in SetPicture()
45 CFWL_PushButton::CFWL_PushButton() {} in CFWL_PushButton() function in CFWL_PushButton
46 CFWL_PushButton::~CFWL_PushButton() {} in ~CFWL_PushButton()
47 FWL_ERR CFWL_PushButton::CFWL_PushButtonDP::GetCaption( in GetCaption()
[all …]
/external/pdfium/xfa/include/fwl/lightwidget/
Dpushbutton.h12 class CFWL_PushButton; variable
14 class CFWL_PushButton : public CFWL_Widget {
16 static CFWL_PushButton* Create();
22 CFWL_PushButton();
23 virtual ~CFWL_PushButton();
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffpushbutton.cpp51 CFWL_PushButton* pPushButton = CFWL_PushButton::Create(); in LoadWidget()