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

  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp 570 CFX_ByteString csTitle = pInfoDict->GetString("Title");
571 wsTitle = wsTitle.FromLocal(csTitle.GetBuffer(csTitle.GetLength()));
572 csTitle.ReleaseBuffer(csTitle.GetLength());
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 991 CFX_WideString cstitle;
992 vp >> cstitle; local
993 pDictionary->SetAtString("Title", PDF_EncodeText(cstitle));
    [all...]

Completed in 3146 milliseconds