Home
last modified time | relevance | path

Searched defs:nSelEnd (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
DFFL_FormFiller.h29 int nSelEnd; member
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h52 int nSelEnd; //in[out] member
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp185 int nSelEnd = 0; in PasteText() local
937 int nSelEnd = 0; in OnKeyDown() local
1022 int nSelEnd = 0; in OnChar() local
DPWL_ListBox.cpp445 int nSelEnd = swChange.GetLength(); in OnNotifySelChanged() local
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_Notify.cpp100 int& nSelStart, int& nSelEnd, FX_BOOL& bRC) in OnKeyStroke()
DFFL_ComboBox.cpp196 int nSelEnd = 0; in GetActionData() local
DFFL_IFormFiller.cpp1102 int nSelStart, int nSelEnd, in OnBeforeKeyStroke()
/external/pdfium/fpdfsdk/src/javascript/
DJS_Context.cpp243 FX_BOOL bKeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart, in OnField_Keystroke()
DJS_EventHandler.cpp193 FX_BOOL bModifier, int& nSelEnd, int& nSelStart, in OnField_Keystroke()