Searched refs:nCursorType (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/include/
H A Dfx_systemhandler.h57 virtual void SetCursor(FX_INT32 nCursorType) = 0;
H A Dfpdfformfill.h346 * nCursorType - Cursor type. see Flags for Cursor type for the details.
350 void (*FFI_SetCursor)(struct _FPDF_FORMFILLINFO* pThis, int nCursorType);
H A Dfsdk_mgr.h64 virtual void FFI_SetCursor(int nCursorType) argument
68 m_pInfo->FFI_SetCursor(m_pInfo, nCursorType);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp44 virtual void SetCursor(FX_INT32 nCursorType);
74 void CFX_SystemHandler::SetCursor(FX_INT32 nCursorType) argument
77 m_pEnv->FFI_SetCursor(nCursorType);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Wnd.cpp973 FX_INT32 nCursorType = this->GetCreationParam().eCursorType; local
974 pSH->SetCursor(nCursorType);

Completed in 123 milliseconds