Home
last modified time | relevance | path

Searched refs:IFWL_AdapterCursorMgr (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/include/fwl/adapter/
Dfwl_adaptercursormgr.h10 class IFWL_AdapterCursorMgr; variable
27 class IFWL_AdapterCursorMgr {
29 virtual ~IFWL_AdapterCursorMgr() {} in ~IFWL_AdapterCursorMgr()
Dfwl_adapternative.h13 class IFWL_AdapterCursorMgr; variable
24 virtual IFWL_AdapterCursorMgr* GetCursorMgr() = 0;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffapp.h48 IFWL_AdapterCursorMgr* GetCursorMgr() override;
Dxfa_ffapp.cpp207 IFWL_AdapterCursorMgr* CXFA_FFApp::GetCursorMgr() { in GetCursorMgr()
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_formimp.cpp652 IFWL_AdapterCursorMgr* pCursorMgr = pNative->GetCursorMgr(); in SetCursor()
1150 IFWL_AdapterCursorMgr* pCursorMgr = pNative->GetCursorMgr(); in OnMouseMove()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_comboboximp.cpp1792 IFWL_AdapterCursorMgr* pCursorMgr = pNative->GetCursorMgr(); in OnLButtonDown()
1821 IFWL_AdapterCursorMgr* pCursorMgr = pNative->GetCursorMgr(); in OnMouseMove()
Dfwl_editimp.cpp2216 IFWL_AdapterCursorMgr* pCursorMgr = pNative->GetCursorMgr(); in DoCursor()