Home
last modified time | relevance | path

Searched refs:bActivate (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp194 void CFWL_ComboBox::OpenDropDownList(bool bActivate) { in OpenDropDownList() argument
195 ShowDropList(bActivate); in OpenDropDownList()
215 void CFWL_ComboBox::ShowDropList(bool bActivate) { in ShowDropList() argument
216 if (IsDropListVisible() == bActivate) in ShowDropList()
219 if (bActivate) { in ShowDropList()
247 if (bActivate) { in ShowDropList()
Dcfwl_datetimepicker.cpp221 void CFWL_DateTimePicker::ShowMonthCalendar(bool bActivate) { in ShowMonthCalendar() argument
222 if (IsMonthCalendarVisible() == bActivate) in ShowMonthCalendar()
225 if (bActivate) { in ShowMonthCalendar()
239 if (bActivate) in ShowMonthCalendar()
244 if (bActivate) { in ShowMonthCalendar()
Dcfwl_combobox.h69 void OpenDropDownList(bool bActivate);
91 void ShowDropList(bool bActivate);
Dcfwl_datetimepicker.h75 void ShowMonthCalendar(bool bActivate);