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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_imp.cpp 286 const CFX_WideStringC& wsID) {
287 if (!pRoot || wsID.IsEmpty()) {
295 if (wsIDVal == wsID) {
385 CFX_WideStringC wsURI, wsID, wsSOM;
401 wsID = CFX_WideStringC((const FX_WCHAR*)wsUseVal + uSharpPos + 1,
408 wsID = CFX_WideStringC((const FX_WCHAR*)wsUseVal + 1,
429 } else if (!wsID.IsEmpty()) {
431 FX_HashCode_String_GetW(wsID.GetPtr(), wsID.GetLength()),
xfa_object_imp.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_document.h 159 CXFA_Node* GetNodeByID(CXFA_Node* pRoot, const CFX_WideStringC& wsID);

Completed in 369 milliseconds