Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/
Dfx_systemhandler.h42 #define FXCT_ARROW 0 macro
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ComboBox.cpp319 bcp.eCursorType = FXCT_ARROW; in CreateButton()
335 lcp.eCursorType = FXCT_ARROW; in CreateListBox()
DPWL_ScrollBar.cpp124 cp.eCursorType = FXCT_ARROW; in OnCreate()
584 cp.eCursorType = FXCT_ARROW; in OnCreate()
DPWL_Wnd.cpp644 scp.eCursorType = FXCT_ARROW; in CreateVScrollBar()
DPWL_Edit.cpp615 pSH->SetCursor(FXCT_ARROW); in OnRButtonUp()
/external/pdfium/public/
Dfpdf_formfill.h312 #define FXCT_ARROW 0 macro
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h226 eCursorType(FXCT_ARROW), in PWL_CREATEPARAM()