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

  /external/pdfium/fpdfsdk/include/
fx_systemhandler.h 57 virtual void SetCursor(FX_INT32 nCursorType) = 0;
fpdfformfill.h 346 * nCursorType - Cursor type. see Flags for Cursor type for the details.
350 void (*FFI_SetCursor)(struct _FPDF_FORMFILLINFO* pThis, int nCursorType);
    [all...]
fsdk_mgr.h 64 virtual void FFI_SetCursor(int nCursorType)
68 m_pInfo->FFI_SetCursor(m_pInfo, nCursorType);
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 44 virtual void SetCursor(FX_INT32 nCursorType);
74 void CFX_SystemHandler::SetCursor(FX_INT32 nCursorType)
77 m_pEnv->FFI_SetCursor(nCursorType);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 973 FX_INT32 nCursorType = this->GetCreationParam().eCursorType;
974 pSH->SetCursor(nCursorType);

Completed in 78 milliseconds