HomeSort by relevance Sort by last modified time
    Searched refs:nSelEnd (Results 1 - 17 of 17) sorted by null

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 201 int nSelEnd = 0;
202 pEdit->GetSel(nSelStart, nSelEnd);
203 fa.nSelEnd = nSelEnd;
247 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
263 return (!faOld.bFieldFull && faOld.nSelEnd != faNew.nSelEnd) || faOld.nSelStart != faNew.nSelStart ||
FFL_TextField.cpp 282 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
298 return (!faOld.bFieldFull && faOld.nSelEnd != faNew.nSelEnd) || faOld.nSelStart != faNew.nSelStart ||
FFL_Notify.cpp 101 int& nSelStart, int& nSelEnd, FX_BOOL& bRC)
FFL_IFormFiller.cpp 1102 int nSelStart, int nSelEnd,
1132 fa.nSelEnd = nSelEnd;
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_Notify.h 34 int& nSelStart, int& nSelEnd, FX_BOOL& bRC);
FFL_FormFiller.h 29 int nSelEnd;
FFL_IFormFiller.h 72 int nSelStart, int nSelEnd,
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 184 int nSelEnd = 0;
185 GetSel(nSelStart, nSelEnd);
186 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
933 int nSelEnd = 0;
934 GetSel(nSelStart, nSelEnd);
936 if (nSelStart == nSelEnd)
937 nSelEnd = nSelStart + 1;
938 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
1018 int nSelEnd = 0;
1019 GetSel(nSelStart, nSelEnd);
    [all...]
PWL_ListBox.cpp 445 int nSelEnd = swChange.GetLength();
446 m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, bRC, bExit, nFlag);
  /external/pdfium/fpdfsdk/include/javascript/
IJavaScript.h 41 FX_BOOL KeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart, FX_BOOL bShift,
JS_Context.h 48 FX_BOOL bKeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart, FX_BOOL bShift,
JS_EventHandler.h 78 FX_BOOL KeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart, FX_BOOL bShift,
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Edit.h 21 int nSelStart, int nSelEnd,
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 32 nSelEnd = nSelStart = 0;
44 int nSelEnd; //in[out]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Context.cpp 252 FX_BOOL bKeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart,
258 bModifier, nSelEnd, nSelStart, bShift, pTarget, Value, bWillCommit, bFieldFull, bRc);
JS_EventHandler.cpp 193 FX_BOOL bModifier, int& nSelEnd, int& nSelStart,
205 m_pISelEnd = &nSelEnd;
  /external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp 676 data.bModifier, data.nSelEnd, data.nSelStart, data.bShift, pFormField, data.sValue,

Completed in 113 milliseconds