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

  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 470 CFX_WideString wsLabel;
472 return wsLabel;
476 return wsLabel;
493 wsLabel += pLabel->GetUnicodeText("P");
499 wsLabel += wsNumPortion;
500 return wsLabel;
503 wsLabel.Format(L"%d", nPage + 1);
504 return wsLabel;
530 int32_t CPDF_PageLabel::GetPageByLabel(const CFX_WideStringC& wsLabel) const {
531 CFX_ByteString bsLabel = PDF_EncodeText(wsLabel.GetPtr())
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdocview.cpp 794 CFX_WideString wsValue, wsLabel;
815 wsLabel = refNode->GetContent();
819 wsLabel = nodeLabel->GetContent();
823 wsLabel = wsValue;
825 pAcc->InsertItem(wsLabel, wsValue);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_object_imp.cpp     [all...]

Completed in 1586 milliseconds