Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.rc43 POPUP "&File"
47 POPUP "&Server"
52 POPUP "&Client"
/external/libpng/contrib/visupng/
DVisualPng.rc57 POPUP "&File"
67 POPUP "&Options"
71 POPUP "&Help"
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp140 if (m_nSubtype == CPDF_Annot::Subtype::POPUP && !m_bOpenState) in ShouldDrawAnnotation()
266 return CPDF_Annot::Subtype::POPUP; in StringToAnnotSubtype()
324 if (nSubtype == CPDF_Annot::Subtype::POPUP) in AnnotSubtypeToString()
403 if (GetSubtype() == CPDF_Annot::Subtype::POPUP) in DrawBorder()
Dcpdf_annot.h52 POPUP, enumerator
Dcpvt_generateap.cpp1335 case CPDF_Annot::Subtype::POPUP: in GenerateAnnotAP()
/external/icu/icu4c/source/samples/layout/
DLayoutSample.rc47 POPUP "&File"
55 POPUP "&Help"
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Resources/
DApplication.rc189 POPUP "File"
195 POPUP "Help"
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannothandler.cpp74 if (bDrawAnnots && pAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::POPUP) { in OnDraw()
Dcpdfsdk_baannot.cpp358 if (m_pAnnot->GetSubtype() == CPDF_Annot::Subtype::POPUP) in GetLayoutOrder()
Dcpdfsdk_pageview.cpp130 if (pSDKAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::POPUP)
Dfpdfannot.cpp73 static_assert(static_cast<int>(CPDF_Annot::Subtype::POPUP) == FPDF_ANNOT_POPUP,