Home
last modified time | relevance | path

Searched refs:GetCursorMgr (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/include/fwl/adapter/
Dfwl_adapternative.h24 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() function in CXFA_FFApp
/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()