Home
last modified time | relevance | path

Searched refs:SetGrab (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/xfa/src/fwl/src/lightwidget/
Dwidget.cpp236 FWL_ERR CFWL_Widget::SetGrab(FX_BOOL bSet) { in SetGrab() function in CFWL_Widget
245 pDriver->SetGrab(m_pIface, bSet); in SetGrab()
/external/pdfium/xfa/include/fwl/lightwidget/
Dwidget.h84 FWL_ERR SetGrab(FX_BOOL bSet);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_spinbuttonimp.cpp267 m_pOwner->SetGrab(TRUE); in OnLButtonDown()
299 m_pOwner->SetGrab(FALSE); in OnLButtonUp()
Dfwl_scrollbarimp.cpp671 m_pOwner->SetGrab(TRUE); in OnLButtonDown()
710 m_pOwner->SetGrab(FALSE); in OnLButtonUp()
Dfwl_comboboximp.cpp1784 pDriver->SetGrab(m_pForm, TRUE); in OnLButtonDown()
1787 pDriver->SetGrab(m_pForm, FALSE); in OnLButtonDown()
1806 pDriver->SetGrab(m_pForm, FALSE); in OnLButtonUp()
Dfwl_listboximp.cpp1109 m_pOwner->SetGrab(TRUE); in OnLButtonDown()
1116 m_pOwner->SetGrab(FALSE); in OnLButtonUp()
Dfwl_editimp.cpp1920 m_pOwner->SetGrab(TRUE); in OnLButtonDown()
1945 m_pOwner->SetGrab(FALSE); in OnLButtonUp()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_noteimp.h62 void SetGrab(IFWL_Widget* pGrab, FX_BOOL bSet) override;
Dfwl_widgetimp.h99 void SetGrab(FX_BOOL bSet);
/external/pdfium/xfa/include/fwl/core/
Dfwl_note.h345 virtual void SetGrab(IFWL_Widget* pGrab, FX_BOOL bSet) = 0;
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp693 void CFWL_WidgetImp::SetGrab(FX_BOOL bSet) { in SetGrab() function in CFWL_WidgetImp
699 pDriver->SetGrab(m_pInterface, bSet); in SetGrab()
Dfwl_formimp.cpp1085 m_pOwner->SetGrab(TRUE); in OnLButtonDown()
1113 m_pOwner->SetGrab(FALSE); in OnLButtonUp()
Dfwl_noteimp.cpp326 void CFWL_NoteDriver::SetGrab(IFWL_Widget* pGrab, FX_BOOL bSet) { in SetGrab() function in CFWL_NoteDriver