Searched refs:szType (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_content.cpp60 CFX_ByteString CPDF_PageContentGenerate::RealizeResource(CPDF_Object* pResourceObj, const FX_CHAR* szType) argument
67 CPDF_Dictionary* pResList = m_pPage->m_pResources->GetDict(szType);
70 m_pPage->m_pResources->SetAt(szType, pResList);
76 name.Format("FX%c%d", szType[0], idnum);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h243 CFX_ByteString RealizeResource(CPDF_Object* pResourceObj, const FX_CHAR* szType);
/external/chromium_org/third_party/npapi/npspy/common/
H A Dformat.cpp998 char szType[80]; local
1002 sprintf(szType, "NPWindowTypeWindow");
1005 sprintf(szType, "NPWindowTypeDrawable");
1008 sprintf(szType, "[Unlisted type]");
1020 ((NPWindow*)plis->arg2.pData)->clipRect.right, szType);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dpageint.h502 CFX_ByteString GetName(const CPDF_Dictionary* pResList, FX_LPCSTR szType);

Completed in 167 milliseconds