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

  /external/pdfium/core/src/fpdfdoc/
doc_bookmark.cpp 54 if (pString == NULL || pString->GetType() != PDFOBJ_STRING) {
76 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
doc_action.cpp 21 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
114 } else if (iType == PDFOBJ_STRING) {
142 if (iType == PDFOBJ_DICTIONARY || iType == PDFOBJ_STRING) {
176 if (iType == PDFOBJ_DICTIONARY || iType == PDFOBJ_STRING) {
doc_link.cpp 93 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
doc_formfield.cpp 322 case PDFOBJ_STRING:
447 if (pValue->GetType() == PDFOBJ_STRING) {
474 if (pValue->GetType() == PDFOBJ_STRING) {
557 if (pValue->GetType() == PDFOBJ_STRING) {
613 if (pValue->GetType() == PDFOBJ_STRING) {
759 if (pOption == NULL || pOption->GetType() != PDFOBJ_STRING) {
    [all...]
doc_basic.cpp 425 if (iType == PDFOBJ_STRING) {
doc_ap.cpp 551 if (pOpt->GetType() == PDFOBJ_STRING) {
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_Utils.cpp 117 case PDFOBJ_STRING:
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp 118 if (pFileSpec->GetType() == PDFOBJ_STRING) {
183 if (pFileSpec->GetType() == PDFOBJ_STRING) {
fpdf_parser_objects.cpp 21 case PDFOBJ_STRING:
50 case PDFOBJ_STRING:
74 case PDFOBJ_STRING:
188 case PDFOBJ_STRING:
226 case PDFOBJ_STRING:
272 case PDFOBJ_STRING:
338 if (m_Type == PDFOBJ_STRING) {
355 if (m_Type == PDFOBJ_STRING) {
405 m_Type = PDFOBJ_STRING;
    [all...]
fpdf_parser_utility.cpp 342 case PDFOBJ_STRING: {
fpdf_parser_parser.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 30 #define PDFOBJ_STRING 3
234 m_Type = PDFOBJ_STRING;
240 m_Type = PDFOBJ_STRING;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 42 case PDFOBJ_STRING: {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 786 if (pTableObj->GetType() == PDFOBJ_STRING) {
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 1072 if((pValueObj->GetType()==PDFOBJ_STRING) || (pValueObj->GetType()==PDFOBJ_NAME) )
    [all...]

Completed in 107 milliseconds