Home
last modified time | relevance | path

Searched refs:kSubtype (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dapp_unittest.cc26 constexpr uint8_t kSubtype = 0x1e; variable
33 kVersionBits | kSubtype, App::kPacketType, 0x00, 0x02,
37 kVersionBits | kSubtype, App::kPacketType, 0x00, 0x04,
43 kVersionBits | kSubtype, App::kPacketType, 0x00, 0x01,
47 kVersionBits | kPaddingBit | kSubtype, App::kPacketType, 0x00, 0x03,
57 app.SetSubType(kSubtype); in TEST()
71 EXPECT_EQ(kSubtype, parsed.sub_type()); in TEST()
79 app.SetSubType(kSubtype); in TEST()
94 EXPECT_EQ(kSubtype, parsed.sub_type()); in TEST()
/external/pdfium/constants/
Dannotation_common.h15 constexpr char kSubtype[] = "Subtype"; variable
/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp91 pAnnotDict->SetNewFor<CPDF_Name>(pdfium::annotation::kSubtype, "Popup"); in CreatePopupAnnot()
127 pAnnotDict->GetStringFor(pdfium::annotation::kSubtype) != "Widget") { in GenerateAP()
188 pDict->GetStringFor(pdfium::annotation::kSubtype); in CPDF_AnnotList()
Dcba_fontmap.cpp199 if (m_pAnnotDict->GetStringFor(pdfium::annotation::kSubtype) != "Widget") in FindFontSameCharset()
259 (m_pAnnotDict->GetStringFor(pdfium::annotation::kSubtype) == "Widget"); in GetAnnotDefaultFont()
Dcpdf_annot.cpp114 m_pAnnotDict->GetStringFor(pdfium::annotation::kSubtype)); in Init()
/external/pdfium/fpdfsdk/
Dfpdf_annot_unittest.cpp78 ByteString sub_type = stream_dict->GetStringFor(pdfium::annotation::kSubtype); in TEST_F()
Dfpdf_annot.cpp293 pDict->SetNewFor<CPDF_Name>(pdfium::annotation::kSubtype, in FPDFPage_CreateAnnot()
387 pAnnotDict->GetStringFor(pdfium::annotation::kSubtype))); in FPDFAnnot_GetSubtype()
595 if (pAnnotDict->GetStringFor(pdfium::annotation::kSubtype) == "Highlight") { in FPDFAnnot_GetColor()
847 pStreamDict->SetNewFor<CPDF_Name>(pdfium::annotation::kSubtype, "Form"); in FPDFAnnot_SetAP()
Dfpdf_flatten.cpp102 pAnnotDict->GetStringFor(pdfium::annotation::kSubtype); in ParserAnnots()