Searched refs:nSelStart (Results 1 – 15 of 15) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit.cpp | 422 int nSelStart = 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() 496 int nSelStart = 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 | 259 int nSelStart = 0; in OnNotifySelectionChanged() local 264 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, in OnNotifySelectionChanged()
|
D | cpwl_edit.h | 36 int nSelStart,
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_combobox.cpp | 131 int nSelStart = 0; in GetActionData() local 133 pEdit->GetSelection(nSelStart, nSelEnd); in GetActionData() 135 fa.nSelStart = nSelStart; in GetActionData() 169 pEdit->SetSelection(fa.nSelStart, fa.nSelEnd); in SetActionData()
|
D | cffl_interactiveformfiller.h | 138 int nSelStart,
|
D | cffl_textfield.cpp | 209 pEdit->SetSelection(fa.nSelStart, fa.nSelEnd); in SetActionData()
|
D | cffl_interactiveformfiller.cpp | 880 int nSelStart, in OnBeforeKeyStroke() argument 920 fa.nSelStart = nSelStart; in OnBeforeKeyStroke()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_fieldaction.h | 24 int nSelStart = 0; member
|
D | cpdfsdk_widget.cpp | 234 param.m_iSelStart = data->nSelStart; in OnXFAAAction() 812 param.m_iSelStart = data->nSelStart; in OnAAction()
|
D | cpdfsdk_actionhandler.cpp | 326 data->bModifier, &data->nSelEnd, &data->nSelStart, in RunFieldJavaScript()
|
/external/pdfium/fxjs/ |
D | cjs_event_context.cpp | 218 int* nSelStart, in OnField_Keystroke() argument 226 strChange, strChangeEx, bKeyDown, bModifier, nSelEnd, nSelStart, bShift, in OnField_Keystroke()
|
D | cjs_event_context_stub.h | 62 int* nSelStart, in OnField_Keystroke() argument
|
D | ijs_event_context.h | 75 int* nSelStart,
|
D | cjs_event_context.h | 71 int* nSelStart,
|
D | cjs_eventrecorder.h | 90 int* nSelStart,
|