Searched refs:CXFA_Image (Results 1 – 12 of 12) sorted by relevance
31 CXFA_Image::CXFA_Image(CXFA_Document* doc, XFA_PacketType packet) in CXFA_Image() function in CXFA_Image41 CXFA_Image::~CXFA_Image() {} in ~CXFA_Image()43 XFA_AttributeEnum CXFA_Image::GetAspect() { in GetAspect()47 WideString CXFA_Image::GetContentType() { in GetContentType()51 WideString CXFA_Image::GetHref() { in GetHref()55 XFA_AttributeEnum CXFA_Image::GetTransferEncoding() { in GetTransferEncoding()60 WideString CXFA_Image::GetContent() { in GetContent()64 void CXFA_Image::SetContentType(const WideString& wsContentType) { in SetContentType()68 void CXFA_Image::SetHref(const WideString& wsHref) { in SetHref()72 void CXFA_Image::SetTransferEncoding(XFA_AttributeEnum iTransferEncoding) { in SetTransferEncoding()
12 class CXFA_Image : public CXFA_Node {14 CXFA_Image(CXFA_Document* doc, XFA_PacketType packet);15 ~CXFA_Image() override;
16 class CXFA_Image; variable32 CXFA_Image* GetImageIfExists() const;
100 CXFA_Image* CXFA_Value::GetImageIfExists() const { in GetImageIfExists()103 return static_cast<CXFA_Image*>(node); in GetImageIfExists()
144 CXFA_Image* image = defValue ? defValue->GetImageIfExists() : nullptr; in CreateDataBinding()297 CXFA_Image* image = defValue ? defValue->GetImageIfExists() : nullptr; in CreateDataBinding()
1260 node = pdfium::MakeUnique<CXFA_Image>(doc, packet); in Create()
12 class CXFA_Image; variable16 explicit CJX_Image(CXFA_Image* node);
11 CJX_Image::CJX_Image(CXFA_Image* node) : CJX_Node(node) {} in CJX_Image()
75 CXFA_Image* image = value ? value->GetImageIfExists() : nullptr; in RenderWidget()
87 CXFA_Image* image = value->GetImageIfExists(); in RenderWidget()
25 class CXFA_Image; variable
159 CXFA_Image* pImage, in XFA_LoadImageData()250 CXFA_Image* image = value->GetImageIfExists(); in LoadImageData()307 CXFA_Image* image = value->GetImageIfExists(); in LoadImageData()530 CXFA_Image* image = imageValue ? imageValue->GetImageIfExists() : nullptr; in ResetData()594 CXFA_Image* image = formValue ? formValue->GetImageIfExists() : nullptr; in SetImageEdit()