Searched refs:nSelStart (Results 1 - 17 of 17) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp200 int nSelStart = 0; local
202 pEdit->GetSel(nSelStart, nSelEnd);
204 fa.nSelStart = nSelStart;
247 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
263 return (!faOld.bFieldFull && faOld.nSelEnd != faNew.nSelEnd) || faOld.nSelStart != faNew.nSelStart ||
H A DFFL_TextField.cpp282 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
298 return (!faOld.bFieldFull && faOld.nSelEnd != faNew.nSelEnd) || faOld.nSelStart != faNew.nSelStart ||
H A DFFL_Notify.cpp101 int& nSelStart, int& nSelEnd, FX_BOOL& bRC)
98 OnKeyStroke(CPDF_FormField* pFormField, int nCommitKey, CFX_WideString& strValue, CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, FX_BOOL bShift, FX_BOOL bWillCommit, FX_BOOL bFieldFull, int& nSelStart, int& nSelEnd, FX_BOOL& bRC) argument
H A DFFL_IFormFiller.cpp1102 int nSelStart, int nSelEnd,
1131 fa.nSelStart = nSelStart;
1100 OnBeforeKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode, CFX_WideString & strChange, const CFX_WideString& strChangeEx, int nSelStart, int nSelEnd, FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit, FX_DWORD nFlag) argument
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_Notify.h34 int& nSelStart, int& nSelEnd, FX_BOOL& bRC);
H A DFFL_IFormFiller.h72 int nSelStart, int nSelEnd,
H A DFFL_FormFiller.h28 int nSelStart; member in struct:FFL_KeyStrokeData
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp183 int nSelStart = 0; local
185 GetSel(nSelStart, nSelEnd);
186 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
932 int nSelStart = 0; local
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);
1017 int nSelStart = 0; local
1019 GetSel(nSelStart, nSelEn
[all...]
H A DPWL_ListBox.cpp444 int nSelStart = 0; local
446 m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, bRC, bExit, nFlag);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h32 nSelEnd = nSelStart = 0;
45 int nSelStart; //in[out] member in struct:_PDFSDK_FieldAction
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Context.cpp252 FX_BOOL bKeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart,
258 bModifier, nSelEnd, nSelStart, bShift, pTarget, Value, bWillCommit, bFieldFull, bRc);
251 OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart, FX_BOOL bShift, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL bWillCommit, FX_BOOL bFieldFull, FX_BOOL& bRc) argument
H A DJS_EventHandler.cpp193 FX_BOOL bModifier, int& nSelEnd, int& nSelStart,
206 m_pISelStart = &nSelStart;
191 OnField_Keystroke(int nCommitKey, CFX_WideString &strChange, const CFX_WideString& strChangeEx, FX_BOOL KeyDown, FX_BOOL bModifier, int& nSelEnd, int& nSelStart, FX_BOOL bShift, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL bWillCommit, FX_BOOL bFieldFull, FX_BOOL& bRc) argument
/external/pdfium/fpdfsdk/include/javascript/
H A DIJavaScript.h41 FX_BOOL KeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart, FX_BOOL bShift,
H A DJS_Context.h48 FX_BOOL bKeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart, FX_BOOL bShift,
H A DJS_EventHandler.h78 FX_BOOL KeyDown, FX_BOOL bModifier, int &nSelEnd,int &nSelStart, FX_BOOL bShift,
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Edit.h21 int nSelStart, int nSelEnd,
/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp676 data.bModifier, data.nSelEnd, data.nSelStart, data.bShift, pFormField, data.sValue,

Completed in 191 milliseconds