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

  /external/pdfium/xfa/fxfa/parser/
cxfa_binditems.cpp 21 void CXFA_BindItems::GetRef(CFX_WideStringC& wsRef) {
22 m_pNode->TryCData(XFA_ATTRIBUTE_Ref, wsRef);
cxfa_binditems.h 21 void GetRef(CFX_WideStringC& wsRef);
cxfa_event.h 25 void GetRef(CFX_WideStringC& wsRef);
cxfa_event.cpp 29 void CXFA_Event::GetRef(CFX_WideStringC& wsRef) {
30 m_pNode->TryCData(XFA_ATTRIBUTE_Ref, wsRef);
xfa_document_datamerger_imp.cpp 452 CFX_WideStringC wsRef,
459 if (bUpLevel || wsRef != L"name")
463 pDocument->GetScriptContext()->ResolveObjects(pDataScope, wsRef, rs, dFlags,
    [all...]
cxfa_widgetdata.cpp 332 CFX_WideStringC wsRef;
333 event.GetRef(wsRef);
335 if (wsRef == CFX_WideStringC(L"$form"))
338 if (wsRef == CFX_WideStringC(L"$layout"))
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffdocview.cpp 739 CFX_WideStringC wsRef;
740 binditems.GetRef(wsRef);
745 pScriptContext->ResolveObjects(pWidgetNode, wsRef, rs, dwStyle);

Completed in 159 milliseconds