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

  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 252 void GetRef(CFX_WideStringC& wsRef);
424 void GetRef(CFX_WideStringC& wsRef);
427 FX_BOOL SetRef(const CFX_WideString& wsRef);
448 void GetRef(CFX_WideStringC& wsRef);
452 FX_BOOL SetRef(const CFX_WideString& wsRef);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_datamerger_imp.cpp 445 CFX_WideStringC wsRef,
452 if (bUpLevel || wsRef != FX_WSTRC(L"name")) {
456 pDocument->GetScriptContext()->ResolveObjects(pDataScope, wsRef, rs, dFlags,
    [all...]
xfa_objectacc_imp.cpp 565 void CXFA_Event::GetRef(CFX_WideStringC& wsRef) {
566 m_pNode->TryCData(XFA_ATTRIBUTE_Ref, wsRef);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdocview.cpp 774 CFX_WideStringC wsRef;
775 binditems.GetRef(wsRef);
780 pScriptContext->ResolveObjects(pWidgetNode, wsRef, rs, dwStyle);

Completed in 368 milliseconds