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

  /external/pdfium/xfa/fxfa/parser/
cxfa_binditems.cpp 39 return JSObject()->GetCData(XFA_Attribute::LabelRef);
43 return JSObject()->GetCData(XFA_Attribute::ValueRef);
47 return JSObject()->GetCData(XFA_Attribute::Ref);
cxfa_submit.cpp 54 return JSObject()->GetCData(XFA_Attribute::Target);
58 return JSObject()->GetCData(XFA_Attribute::XdpContent);
cxfa_font.cpp 76 WideString wsValue = JSObject()->GetCData(XFA_Attribute::FontHorizontalScale);
82 WideString wsValue = JSObject()->GetCData(XFA_Attribute::FontVerticalScale);
88 WideString wsValue = JSObject()->GetCData(XFA_Attribute::LetterSpacing);
114 return JSObject()->GetCData(XFA_Attribute::Typeface);
cxfa_document.cpp 337 WideString wsIDVal = pNode->JSObject()->GetCData(XFA_Attribute::Id);
354 WideString wsIDVal = pNode->JSObject()->GetCData(XFA_Attribute::Id);
358 WideString wsUseVal = pNode->JSObject()->GetCData(XFA_Attribute::Use);
362 wsUseVal = pNode->JSObject()->GetCData(XFA_Attribute::Usehref);
374 pUseHrefNode->JSObject()->GetCData(XFA_Attribute::Usehref);
394 wsUseVal = pUseHrefNode->JSObject()->GetCData(XFA_Attribute::Use);
cxfa_validate.cpp 88 WideString wsName = pItemNode->JSObject()->GetCData(XFA_Attribute::Name);
131 WideString wsName = pItemNode->JSObject()->GetCData(XFA_Attribute::Name);
cxfa_event.cpp 69 return JSObject()->GetCData(XFA_Attribute::Ref);
xfa_utils.cpp 255 pGrandparentNode->JSObject()->GetCData(XFA_Attribute::Name);
275 pRawValueNode->JSObject()->GetCData(XFA_Attribute::Value);
283 WideString wsValue = pNode->JSObject()->GetCData(XFA_Attribute::Value);
cxfa_layoutpagemgr.cpp 75 pFormItem->JSObject()->GetCData(XFA_Attribute::Relevant);
827 pCurNode->JSObject()->GetCData(XFA_Attribute::Target);
830 wsBreakTrailer = pCurNode->JSObject()->GetCData(XFA_Attribute::Trailer);
831 wsBreakLeader = pCurNode->JSObject()->GetCData(XFA_Attribute::Leader);
861 WideString wsTarget = pCurNode->JSObject()->GetCData(
    [all...]
cxfa_nodelocale.cpp 50 ? m_pLocale->JSObject()->GetCData(XFA_Attribute::Name)
cxfa_stroke.cpp 118 pNode->JSObject()->GetCData(XFA_Attribute::Value).AsStringView());
cxfa_node.cpp 246 WideString wsValue = JSObject()->GetCData(XFA_Attribute::Value);
947 pNode->JSObject()->GetCData(XFA_Attribute::QualifiedName);
955 WideString wsValue = JSObject()->GetCData(XFA_Attribute::Value);
    [all...]
xfa_document_datamerger_imp.cpp 522 pTemplateNode->JSObject()->GetCData(XFA_Attribute::Name);
558 L"_" + pTemplateNode->JSObject()->GetCData(XFA_Attribute::Name);
634 pCurTemplateNode->JSObject()->GetCData(XFA_Attribute::Name),
647 pCurTemplateNode->JSObject()->GetCData(XFA_Attribute::Name),
660 pTemplateNodeBind->JSObject()->GetCData(XFA_Attribute::Ref),
    [all...]
cxfa_nodehelper.cpp 261 ws = refNode->JSObject()->GetCData(XFA_Attribute::Name);
cxfa_simple_parser.cpp     [all...]
cxfa_itemlayoutprocessor.cpp     [all...]
  /external/pdfium/xfa/fxfa/
cxfa_textprovider.cpp 108 WideString wsName = pNode->JSObject()->GetCData(XFA_Attribute::Name);
cxfa_widgetacc.cpp     [all...]
  /external/pdfium/fxjs/xfa/
cjx_object.cpp 446 WideString CJX_Object::GetCData(XFA_Attribute eAttr) {
484 elem->SetString(WideString(GetCData(XFA_Attribute::QualifiedName)),
543 elem->SetString(WideString(GetCData(XFA_Attribute::QualifiedName)),
890 GetCData(XFA_Attribute::QualifiedName), &wsNamespace);
    [all...]
cjx_instancemanager.cpp 54 WideString wsInstManagerName = GetCData(XFA_Attribute::Name);
cjx_object.h 188 WideString GetCData(XFA_Attribute eAttr);
cjx_node.cpp 234 WideString wsContentType = GetCData(XFA_Attribute::ContentType);

Completed in 271 milliseconds