Searched defs:nCursorType (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dcfx_systemhandler.cpp89 void CFX_SystemHandler::SetCursor(int32_t nCursorType) { argument
90 m_pFormFillEnv->SetCursor(nCursorType);
H A Dcpdfsdk_formfillenvironment.cpp253 void CPDFSDK_FormFillEnvironment::SetCursor(int nCursorType) { argument
255 m_pInfo->FFI_SetCursor(m_pInfo, nCursorType);
/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_wnd.cpp625 int32_t nCursorType = GetCreationParams().eCursorType; local
626 pSH->SetCursor(nCursorType);

Completed in 294 milliseconds