Home
last modified time | relevance | path

Searched refs:FXCT_ARROW (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfx_systemhandler.h36 #define FXCT_ARROW 0 macro
/external/pdfium/public/
Dfpdf_formfill.h228 #define FXCT_ARROW 0 macro
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ComboBox.cpp346 bcp.eCursorType = FXCT_ARROW; in CreateButton()
363 lcp.eCursorType = FXCT_ARROW; in CreateListBox()
DPWL_ScrollBar.cpp158 cp.eCursorType = FXCT_ARROW; in OnCreate()
638 cp.eCursorType = FXCT_ARROW; in OnCreate()
DPWL_Wnd.cpp848 scp.eCursorType = FXCT_ARROW; in CreateVScrollBar()
DPWL_Edit.cpp649 pSH->SetCursor(FXCT_ARROW); in OnRButtonUp()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h231 eCursorType(FXCT_ARROW), in PWL_CREATEPARAM()