HomeSort by relevance Sort by last modified time
    Searched defs:nSelStart (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/
pdfsdk_fieldaction.h 32 int nSelStart;
  /external/pdfium/fpdfsdk/formfiller/
cffl_combobox.cpp 133 int nSelStart = 0;
135 pEdit->GetSelection(nSelStart, nSelEnd);
137 fa.nSelStart = nSelStart;
173 pEdit->SetSelection(fa.nSelStart, fa.nSelEnd);
189 faOld.nSelStart != faNew.nSelStart ||
  /external/pdfium/fpdfsdk/pwl/
cpwl_list_box.cpp 269 int nSelStart = 0;
274 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown,
cpwl_edit.cpp 476 int nSelStart = 0;
478 GetSelection(nSelStart, nSelEnd);
480 if (nSelStart == nSelEnd)
481 nSelEnd = nSelStart + 1;
488 GetAttachedData(), strChange, strChangeEx, nSelStart, nSelEnd, true,
550 int nSelStart = 0;
552 GetSelection(nSelStart, nSelEnd);
556 if (nSelStart == nSelEnd)
557 nSelStart = nSelEnd - 1;
570 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, true
    [all...]

Completed in 252 milliseconds