Home
last modified time | relevance | path

Searched refs:popups (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp218 std::vector<std::unique_ptr<CPDF_Annot>> popups(nPopupCount); in ~CPDF_AnnotList() local
220 popups[i] = std::move(m_AnnotList[m_nAnnotCount + i]); in ~CPDF_AnnotList()
/external/python/cpython3/Doc/library/
Didle.rst490 in the settings dialog. (To prevent auto popups, set the delay to a
619 text in popups and dialogs is not user-configurable.
Dtest.rst1340 A context manager used to try to prevent crash dialog popups on tests that
/external/python/cpython2/Doc/library/
Didle.rst502 text in popups and dialogs is not user-configurable.
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst3399 Multiprocessing children disobey the debug flag and causes popups on windows
/external/python/cpython3/Misc/
DHISTORY6065 that disables crash popups on Windows and use it in test_faulthandler and
15156 popups on windows buildbots. Patch applied to work around this issue.