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

  /external/pdfium/xfa/include/fwl/core/
fwl_target.h 16 // (nonesuch) IFWL_Target ----------> CFWL_TargetImp
29 class IFWL_Target {
31 IFWL_Target() : m_pImpl(nullptr) {}
32 virtual ~IFWL_Target();
fwl_widget.h 9 class IFWL_Target;
25 class IFWL_Widget : public IFWL_Target {
fwl_note.h 9 class IFWL_Target;
  /external/pdfium/xfa/src/fwl/src/core/
fwl_targetimp.cpp 9 FWL_ERR IFWL_Target::GetClassName(CFX_WideString& wsClass) const {
12 FX_DWORD IFWL_Target::GetClassID() const {
15 FX_BOOL IFWL_Target::IsInstance(const CFX_WideStringC& wsClass) const {
18 FWL_ERR IFWL_Target::Initialize() {
21 FWL_ERR IFWL_Target::Finalize() {
24 IFWL_Target::~IFWL_Target() {
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.h 17 virtual IFWL_Target* Retain() { return NULL; }
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_comboboximp.cpp     [all...]

Completed in 67 milliseconds