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 65 GetAnnotHandler(pAnnot->GetSubType())) {
122 return GetAnnotHandler(pPDFAnnot->GetSubType());
398 if (pAnnot->GetSubType() == BFFT_SIGNATURE)
463 CFX_ByteString sSubType = pAnnot->GetSubType();
478 CFX_ByteString sSubType = pAnnot->GetSubType();
489 CFX_ByteString sSubType = pAnnot->GetSubType();
501 CFX_ByteString sSubType = pAnnot->GetSubType();
516 CFX_ByteString sSubType = pAnnot->GetSubType();
531 CFX_ByteString sSubType = pAnnot->GetSubType();
546 CFX_ByteString sSubType = pAnnot->GetSubType();
    [all...]
fpdf_ext.cpp 65 CFX_ByteString cbSubType = pPDFAnnot->GetSubType();
fsdk_baseform.cpp 521 CFX_ByteString CPDFSDK_Widget::GetSubType() const {
526 return CPDFSDK_Annot::GetSubType();
    [all...]
fsdk_mgr.cpp 728 if (pAnnot->GetSubType() == "Widget") {
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 127 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
163 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
200 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
242 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
322 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
335 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
350 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
363 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
376 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
388 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget")
    [all...]
FFL_FormFiller.cpp 81 ASSERT(pAnnot->GetPDFAnnot()->GetSubType() == "Widget");
  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 90 virtual CFX_ByteString GetSubType() const { return ""; }
132 CFX_ByteString GetSubType() const override;
fsdk_baseform.h 101 CFX_ByteString GetSubType() const override;
237 CFX_ByteString GetSubType() const override { return ""; }
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 57 FX_BOOL bWidget = pAnnot->GetSubType() == "Widget";
130 CFX_ByteString CPDF_Annot::GetSubType() const {
249 if (GetSubType() == "Popup") {
  /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 390 CFX_ByteString GetSubType() const;

Completed in 9595 milliseconds