HomeSort by relevance Sort by last modified time
    Searched refs:CFWL_Form (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_form.cpp 7 #include "xfa/fwl/cfwl_form.h"
25 CFWL_Form::CFWL_Form(const CFWL_App* app,
39 CFWL_Form::~CFWL_Form() {
44 FWL_Type CFWL_Form::GetClassID() const {
48 bool CFWL_Form::IsInstance(const WideStringView& wsClass) const {
54 CFX_RectF CFWL_Form::GetClientRect() {
60 void CFWL_Form::Update() {
69 FWL_WidgetHit CFWL_Form::HitTest(const CFX_PointF& point)
    [all...]
cfwl_formproxy.cpp 19 : CFWL_Form(app, std::move(properties), pOuter) {}
30 return CFWL_Form::IsInstance(wsClass);
cfwl_formproxy.h 12 #include "xfa/fwl/cfwl_form.h"
16 class CFWL_FormProxy : public CFWL_Form {
cfwl_form.h 24 class CFWL_Form : public CFWL_Widget {
26 CFWL_Form(const CFWL_App* app,
29 ~CFWL_Form() override;
cfwl_notedriver.cpp 17 #include "xfa/fwl/cfwl_form.h"
96 CFWL_Form* pForm = static_cast<CFWL_Form*>(pWidget);
139 CFWL_Form* pForm = static_cast<CFWL_Form*>(pWidget);
252 CFWL_Form* pForm = static_cast<CFWL_Form*>(pWidget);
273 CFWL_Form* pForm = static_cast<CFWL_Form*>(pMessage->m_pDstTarget);
414 CFWL_Form* pForm = static_cast<CFWL_Form*>(pWidget)
    [all...]

Completed in 67 milliseconds