Home
last modified time | relevance | path

Searched refs:GetSubtype (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp114 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnMouseEnter()
147 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnMouseExit()
183 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnLButtonDown()
224 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnLButtonUp()
298 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnLButtonDblClk()
308 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnMouseMove()
320 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnMouseWheel()
332 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnRButtonDown()
342 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnRButtonUp()
351 ASSERT(pAnnot->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnKeyDown()
[all …]
Dcffl_formfiller.cpp88 ASSERT(pAnnot->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnDraw()
/external/libbrillo/brillo/
Dmime_utils.h100 BRILLO_EXPORT std::string GetSubtype(const std::string& mime_string);
Dmime_utils_unittest.cc42 EXPECT_EQ("plain", mime::GetSubtype(mime::text::kPlain)); in TEST()
Dmime_utils.cc124 std::string mime::GetSubtype(const std::string& mime_string) { in GetSubtype() function in brillo::mime
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h82 CPDF_Annot::Subtype GetSubtype() const;
Dcpdf_annot.cpp131 CPDF_Annot::Subtype CPDF_Annot::GetSubtype() const { in GetSubtype() function in CPDF_Annot
412 if (GetSubtype() == CPDF_Annot::Subtype::POPUP) in DrawBorder()
Dcpdf_annotlist.cpp114 bool bWidget = pAnnot->GetSubtype() == CPDF_Annot::Subtype::WIDGET; in DisplayPass()
/external/pdfium/fpdfsdk/
Dfpdf_ext.cpp50 CPDF_Annot::Subtype nAnnotSubtype = pPDFAnnot->GetSubtype(); in CheckUnSupportAnnot()
Dcpdfsdk_annothandlermgr.cpp44 return GetAnnotHandler(pAnnot->GetSubtype())->NewAnnot(pAnnot, pPageView); in NewAnnot()
Dcpdfsdk_baannot.cpp53 return m_pAnnot->GetSubtype(); in GetAnnotSubtype()