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

  /external/pdfium/xfa/fxfa/parser/
cxfa_document.cpp 342 const CFX_WideStringC& wsID) {
343 if (!pRoot || wsID.IsEmpty())
351 if (wsIDVal == wsID)
383 CFX_WideStringC wsURI, wsID, wsSOM;
398 wsID = CFX_WideStringC(wsUseVal.c_str() + uSharpPos + 1,
405 wsID = CFX_WideStringC(wsUseVal.c_str() + 1, wsUseVal.GetLength() - 1);
423 } else if (!wsID.IsEmpty()) {
424 auto it = mIDMap.find(FX_HashCode_GetW(wsID, false));
cxfa_node.cpp     [all...]

Completed in 70 milliseconds