Searched refs:nSelEnd (Results 1 – 15 of 15) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit.cpp | 423 int nSelEnd = 0; in OnKeyDown() local 424 GetSelection(nSelStart, nSelEnd); in OnKeyDown() 426 if (nSelStart == nSelEnd) in OnKeyDown() 427 nSelEnd = nSelStart + 1; in OnKeyDown() 434 GetAttachedData(), strChange, strChangeEx, nSelStart, nSelEnd, true, in OnKeyDown() 497 int nSelEnd = 0; in OnChar() local 498 GetSelection(nSelStart, nSelEnd); in OnChar() 502 if (nSelStart == nSelEnd) in OnChar() 503 nSelStart = nSelEnd - 1; in OnChar() 516 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, true, in OnChar()
|
D | cpwl_list_box.cpp | 260 int nSelEnd = swChange.GetLength(); in OnNotifySelectionChanged() local 264 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, in OnNotifySelectionChanged()
|
D | cpwl_edit.h | 37 int nSelEnd,
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_combobox.cpp | 132 int nSelEnd = 0; in GetActionData() local 133 pEdit->GetSelection(nSelStart, nSelEnd); in GetActionData() 134 fa.nSelEnd = nSelEnd; in GetActionData() 169 pEdit->SetSelection(fa.nSelStart, fa.nSelEnd); in SetActionData()
|
D | cffl_interactiveformfiller.h | 139 int nSelEnd,
|
D | cffl_textfield.cpp | 209 pEdit->SetSelection(fa.nSelStart, fa.nSelEnd); in SetActionData()
|
D | cffl_interactiveformfiller.cpp | 881 int nSelEnd, in OnBeforeKeyStroke() argument 921 fa.nSelEnd = nSelEnd; in OnBeforeKeyStroke()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_fieldaction.h | 23 int nSelEnd = 0; member
|
D | cpdfsdk_widget.cpp | 235 param.m_iSelEnd = data->nSelEnd; in OnXFAAAction() 813 param.m_iSelEnd = data->nSelEnd; in OnAAction()
|
D | cpdfsdk_actionhandler.cpp | 326 data->bModifier, &data->nSelEnd, &data->nSelStart, in RunFieldJavaScript()
|
/external/pdfium/fxjs/ |
D | cjs_event_context.cpp | 217 int* nSelEnd, in OnField_Keystroke() argument 226 strChange, strChangeEx, bKeyDown, bModifier, nSelEnd, nSelStart, bShift, in OnField_Keystroke()
|
D | cjs_event_context_stub.h | 61 int* nSelEnd, in OnField_Keystroke() argument
|
D | ijs_event_context.h | 74 int* nSelEnd,
|
D | cjs_event_context.h | 70 int* nSelEnd,
|
D | cjs_eventrecorder.h | 89 int* nSelEnd,
|