Home
last modified time | relevance | path

Searched refs:SelEnd (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcscript_eventpseudomodel.h52 void SelEnd(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
Dcscript_eventpseudomodel.cpp173 void CScript_EventPseudoModel::SelEnd(CFXJSE_Value* pValue, in SelEnd() function in CScript_EventPseudoModel
Dxfa_basic_data_element_script.cpp1482 (XFA_ATTRIBUTE_CALLBACK)&CScript_EventPseudoModel::SelEnd, -1,
/external/pdfium/fpdfsdk/javascript/
DPublicMethods.cpp933 pEvent->SelEnd() - pEvent->SelStart()); in AFNumber_Keystroke()
992 if (pEvent->SelEnd() < wstrValue.GetLength()) in AFNumber_Keystroke()
993 wpostfix = wstrValue.Mid(pEvent->SelEnd()); in AFNumber_Keystroke()
1442 pEvent->SelStart() - pEvent->SelEnd(); in AFSpecial_KeystrokeEx()
1546 if (pEventHandler->SelEnd() >= 0 && in AFMergeChange()
1547 pEventHandler->SelEnd() <= swValue.GetLength()) in AFMergeChange()
1548 postfix = swValue.Mid(pEventHandler->SelEnd(), in AFMergeChange()
1549 swValue.GetLength() - pEventHandler->SelEnd()); in AFMergeChange()
DJS_EventHandler.h156 int& SelEnd();
Devent.cpp185 int& iSelEnd = pEvent->SelEnd(); in selEnd()
DJS_EventHandler.cpp571 int& CJS_EventHandler::SelEnd() { in SelEnd() function in CJS_EventHandler