Searched refs:kSubtype (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | app_unittest.cc | 26 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/ |
D | annotation_common.h | 15 constexpr char kSubtype[] = "Subtype"; variable
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annotlist.cpp | 91 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()
|
D | cba_fontmap.cpp | 199 if (m_pAnnotDict->GetStringFor(pdfium::annotation::kSubtype) != "Widget") in FindFontSameCharset() 259 (m_pAnnotDict->GetStringFor(pdfium::annotation::kSubtype) == "Widget"); in GetAnnotDefaultFont()
|
D | cpdf_annot.cpp | 114 m_pAnnotDict->GetStringFor(pdfium::annotation::kSubtype)); in Init()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_unittest.cpp | 78 ByteString sub_type = stream_dict->GetStringFor(pdfium::annotation::kSubtype); in TEST_F()
|
D | fpdf_annot.cpp | 293 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()
|
D | fpdf_flatten.cpp | 102 pAnnotDict->GetStringFor(pdfium::annotation::kSubtype); in ParserAnnots()
|