Home
last modified time | relevance | path

Searched refs:bNewChecked (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_radiobutton.cpp97 bool bNewChecked = pWnd->IsChecked(); in SaveData() local
98 if (bNewChecked) { in SaveData()
109 m_pWidget->SetCheck(bNewChecked, NotificationOption::kDoNotNotify); in SaveData()
Dcffl_checkbox.cpp107 bool bNewChecked = pWnd->IsChecked(); in SaveData() local
108 if (bNewChecked) { in SaveData()
120 m_pWidget->SetCheck(bNewChecked, NotificationOption::kDoNotNotify); in SaveData()