HomeSort by relevance Sort by last modified time
    Searched defs:SetCheck (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/pwl/
cpwl_special_button.cpp 32 void CPWL_CheckBox::SetCheck(bool bCheck) {
44 SetCheck(!IsChecked());
49 SetCheck(!IsChecked());
65 SetCheck(true);
69 void CPWL_RadioButton::SetCheck(bool bCheck) {
78 SetCheck(true);
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp 683 void CPDFSDK_Widget::SetCheck(bool bChecked, bool bNotify) {

Completed in 82 milliseconds