Searched refs:CXFA_Image (Results 1 – 9 of 9) sorted by relevance
29 CXFA_Image::CXFA_Image(CXFA_Document* doc, XFA_PacketType packet) in CXFA_Image() function in CXFA_Image39 CXFA_Image::~CXFA_Image() = default;41 XFA_AttributeValue CXFA_Image::GetAspect() { in GetAspect()45 WideString CXFA_Image::GetContentType() { in GetContentType()49 WideString CXFA_Image::GetHref() { in GetHref()53 XFA_AttributeValue CXFA_Image::GetTransferEncoding() { in GetTransferEncoding()58 WideString CXFA_Image::GetContent() { in GetContent()62 void CXFA_Image::SetContentType(const WideString& wsContentType) { in SetContentType()66 void CXFA_Image::SetHref(const WideString& wsHref) { in SetHref()70 void CXFA_Image::SetTransferEncoding(XFA_AttributeValue iTransferEncoding) { in SetTransferEncoding()
12 class CXFA_Image final : 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;
105 CXFA_Image* CXFA_Value::GetImageIfExists() const { in GetImageIfExists()109 return static_cast<CXFA_Image*>(node); in GetImageIfExists()
503 CXFA_Image* image = defValue ? defValue->GetImageIfExists() : nullptr; in CreateDataBinding()654 CXFA_Image* image = defValue ? defValue->GetImageIfExists() : nullptr; in CreateDataBinding()
467 CXFA_Image* pImage, in XFA_LoadImageData()865 CXFA_Image* image = value->GetImageIfExists(); in LoadImageData()933 CXFA_Image* image = value->GetImageIfExists(); in LoadImageData()3033 CXFA_Image* image = imageValue ? imageValue->GetImageIfExists() : nullptr; in ResetData()3097 CXFA_Image* image = formValue ? formValue->GetImageIfExists() : nullptr; in SetImageEdit()5439 node = pdfium::MakeUnique<CXFA_Image>(doc, packet); in Create()
63 CXFA_Image* image = value ? value->GetImageIfExists() : nullptr; in RenderWidget()
80 CXFA_Image* image = value->GetImageIfExists(); in RenderWidget()
32 class CXFA_Image; variable