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

  /external/pdfium/xfa/fxfa/parser/
cxfa_document.cpp 330 const WideStringView& wsID) {
331 if (!pRoot || wsID.IsEmpty())
338 if (!wsIDVal.IsEmpty() && wsIDVal == wsID)
370 WideStringView wsID;
389 wsID = WideStringView(wsUseVal.c_str() + uSharpPos.value() + 1,
397 wsID = WideStringView(wsUseVal.c_str() + 1, wsUseVal.GetLength() - 1);
416 } else if (!wsID.IsEmpty()) {
417 auto it = mIDMap.find(FX_HashCode_GetW(wsID, false));
cxfa_document.h 72 CXFA_Node* GetNodeByID(CXFA_Node* pRoot, const WideStringView& wsID);
  /external/pdfium/fxjs/xfa/
cjx_object.cpp     [all...]

Completed in 259 milliseconds