Home
last modified time | relevance | path

Searched defs:checkParam (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_checkbox.cpp74 CFWL_ThemeBackground checkParam(CFWL_ThemePart::Part::kCheckBox, this, in DrawWidget() local
/external/python/cpython3/Lib/test/test_tkinter/
Dwidget_tests.py42 def checkParam(self, widget, name, value, *, expected=_sentinel, member in AbstractWidgetTest