Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combolist.h29 void SetNotifyOwner(bool notify) { m_bNotifyOwner = notify; } in SetNotifyOwner() function
Dcfwl_combobox.cpp316 m_pListBox->SetNotifyOwner(true); in ShowDropList()