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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.cpp 101 XFA_LPCATTRIBUTEINFO XFA_GetAttributeByName(const CFX_WideStringC& wsName) {
110 XFA_LPCATTRIBUTEINFO pInfo = g_XFAAttributeData + iMid;
121 XFA_LPCATTRIBUTEINFO XFA_GetAttributeByID(XFA_ATTRIBUTE eName) {
129 XFA_LPCATTRIBUTEINFO pInfo = XFA_GetAttributeByID(eAttribute);
241 XFA_LPCATTRIBUTEINFO XFA_GetAttributeOfElement(XFA_ELEMENT eElement,
254 XFA_LPCATTRIBUTEINFO pInfo = XFA_GetAttributeByID(eAttribute);
xfa_document_serialize.cpp 214 XFA_LPCATTRIBUTEINFO pAttr =
399 XFA_LPCATTRIBUTEINFO pAttr =
xfa_object_imp.cpp     [all...]
xfa_parser_imp.cpp 873 XFA_LPCATTRIBUTEINFO lpAttrInfo = XFA_GetAttributeByName(wsAttrName);
    [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa_basic.h 950 typedef XFA_ATTRIBUTEINFO const* XFA_LPCATTRIBUTEINFO;
952 XFA_LPCATTRIBUTEINFO XFA_GetAttributeByName(const CFX_WideStringC& wsName);
953 XFA_LPCATTRIBUTEINFO XFA_GetAttributeByID(XFA_ATTRIBUTE eName);
993 XFA_LPCATTRIBUTEINFO XFA_GetAttributeOfElement(XFA_ELEMENT eElement,
    [all...]

Completed in 632 milliseconds