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

  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 64 if (IPDFSDK_AnnotHandler* pAnnotHandler = GetAnnotHandler(pAnnot->GetSubType()))
124 return GetAnnotHandler(pPDFAnnot->GetSubType());
362 CFX_ByteString sSubType = pAnnot->GetSubType();
439 CFX_ByteString sSubType = pAnnot->GetSubType();
457 CFX_ByteString sSubType = pAnnot->GetSubType();
473 CFX_ByteString sSubType = pAnnot->GetSubType();
488 CFX_ByteString sSubType = pAnnot->GetSubType();
505 CFX_ByteString sSubType = pAnnot->GetSubType();
522 CFX_ByteString sSubType = pAnnot->GetSubType();
539 CFX_ByteString sSubType = pAnnot->GetSubType();
    [all...]
fpdf_ext.cpp 60 CFX_ByteString cbSubType = pPDFAnnot->GetSubType();
fsdk_baseform.cpp 104 CFX_ByteString CPDFSDK_Widget::GetSubType() const
110 return CPDFSDK_Annot::GetSubType();
    [all...]
fsdk_mgr.cpp 699 if(pAnnot->GetSubType() == "Widget")
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 169 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
213 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
257 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
302 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
389 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
402 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
416 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
429 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
442 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
455 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget")
    [all...]
FFL_FormFiller.cpp 97 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 67 FX_BOOL bWidget = pAnnot->GetSubType() == "Widget";
165 CFX_ByteString CPDF_Annot::GetSubType() const
272 if (GetSubType() == "Popup") {
368 if (GetSubType() == "Popup") {
  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 99 virtual CFX_ByteString GetSubType() const;
fsdk_baseform.h 65 virtual CFX_ByteString GetSubType() const;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11shader.idl 177 ID3D11ShaderReflectionType* GetSubType();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11shader.h 146 STDMETHOD_(struct ID3D11ShaderReflectionType *, GetSubType)(THIS) PURE;
devicetopology.h     [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 577 CFX_ByteString GetSubType() const;
    [all...]

Completed in 485 milliseconds