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 58 if (!pString || pString->GetType() != PDFOBJ_STRING) {
82 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
doc_action.cpp 21 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
115 } else if (iType == PDFOBJ_STRING) {
143 if (iType == PDFOBJ_DICTIONARY || iType == PDFOBJ_STRING) {
177 if (iType == PDFOBJ_DICTIONARY || iType == PDFOBJ_STRING) {
doc_link.cpp 92 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
doc_formfield.cpp 322 case PDFOBJ_STRING:
449 if (pValue->GetType() == PDFOBJ_STRING) {
476 if (pValue->GetType() == PDFOBJ_STRING) {
560 if (pValue->GetType() == PDFOBJ_STRING) {
616 if (pValue->GetType() == PDFOBJ_STRING) {
762 if (pOption == NULL || pOption->GetType() != PDFOBJ_STRING) {
    [all...]
doc_basic.cpp 430 if (iType == PDFOBJ_STRING) {
doc_ap.cpp 553 if (pOpt->GetType() == PDFOBJ_STRING) {
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_Utils.cpp 98 case PDFOBJ_STRING:
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp 111 if (pFileSpec->GetType() == PDFOBJ_STRING) {
146 if (pFileSpec->GetType() == PDFOBJ_STRING) {
fpdf_parser_objects.cpp 23 case PDFOBJ_STRING:
49 case PDFOBJ_STRING:
70 case PDFOBJ_STRING:
176 case PDFOBJ_STRING:
214 case PDFOBJ_STRING:
254 case PDFOBJ_STRING:
322 if (m_Type == PDFOBJ_STRING) {
336 if (m_Type == PDFOBJ_STRING) {
377 CPDF_String::CPDF_String(const CFX_WideString& str) : CPDF_Object(PDFOBJ_STRING), m_bHex(FALSE) {
    [all...]
fpdf_parser_utility.cpp 368 case PDFOBJ_STRING: {
fpdf_parser_parser.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 31 #define PDFOBJ_STRING 3
225 CPDF_String() : CPDF_Object(PDFOBJ_STRING), m_bHex(FALSE) { }
228 : CPDF_Object(PDFOBJ_STRING), m_String(str), m_bHex(bHex) {
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 42 case PDFOBJ_STRING: {
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 818 if (pTableObj->GetType() == PDFOBJ_STRING) {
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 898 if((pValueObj->GetType()==PDFOBJ_STRING) || (pValueObj->GetType()==PDFOBJ_NAME) )
    [all...]

Completed in 363 milliseconds