HomeSort by relevance Sort by last modified time
    Searched defs:CXFA_Image (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_image.h 16 class CXFA_Image : public CXFA_Data {
18 CXFA_Image(CXFA_Node* pNode, bool bDefValue);
cxfa_image.cpp 7 #include "xfa/fxfa/parser/cxfa_image.h"
11 CXFA_Image::CXFA_Image(CXFA_Node* pNode, bool bDefValue)
14 int32_t CXFA_Image::GetAspect() {
18 bool CXFA_Image::GetContentType(CFX_WideString& wsContentType) {
22 bool CXFA_Image::GetHref(CFX_WideString& wsHref) {
28 int32_t CXFA_Image::GetTransferEncoding() {
34 bool CXFA_Image::GetContent(CFX_WideString& wsText) {
38 bool CXFA_Image::SetContentType(const CFX_WideString& wsContentType) {
42 bool CXFA_Image::SetHref(const CFX_WideString& wsHref)
    [all...]

Completed in 52 milliseconds