HomeSort by relevance Sort by last modified time
    Searched refs:nCursorType (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/
cfx_systemhandler.h 60 void SetCursor(int32_t nCursorType);
cfx_systemhandler.cpp 83 void CFX_SystemHandler::SetCursor(int32_t nCursorType) {
84 m_pFormFillEnv->SetCursor(nCursorType);
cpdfsdk_formfillenvironment.h 74 void SetCursor(int nCursorType);
cpdfsdk_formfillenvironment.cpp 252 void CPDFSDK_FormFillEnvironment::SetCursor(int nCursorType) {
254 m_pInfo->FFI_SetCursor(m_pInfo, nCursorType);
  /external/pdfium/public/
fpdf_formfill.h 483 * nCursorType - Cursor type. see Flags for Cursor type for the
488 void (*FFI_SetCursor)(struct _FPDF_FORMFILLINFO* pThis, int nCursorType);
    [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Wnd.cpp 720 int32_t nCursorType = GetCreationParam().eCursorType;
721 pSH->SetCursor(nCursorType);

Completed in 206 milliseconds