Home
last modified time | relevance | path

Searched refs:SelStart (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/
Dcjs_publicmethods.cpp135 WideString prefix = value.First(event->SelStart()); in CalcMergedString()
731 if (pContext->SelStart() != -1) { in AFNumber_Keystroke()
732 wstrSelected = wstrValue.Substr(pContext->SelStart(), in AFNumber_Keystroke()
733 pContext->SelEnd() - pContext->SelStart()); in AFNumber_Keystroke()
739 if (!wstrSelected.IsEmpty() && pContext->SelStart() == 0) { in AFNumber_Keystroke()
768 if (pContext->SelStart() != 0) { in AFNumber_Keystroke()
1134 size_t iIndexMask = pEvent->SelStart(); in AFSpecial_KeystrokeEx()
1136 pEvent->SelStart() - pEvent->SelEnd(); in AFSpecial_KeystrokeEx()
Dcjs_event_context.h131 int SelStart() const;
Dcjs_event_context.cpp414 int CJS_EventContext::SelStart() const { in SelStart() function in CJS_EventContext
Dcjs_event.cpp194 return CJS_Result::Success(pRuntime->NewNumber(pEvent->SelStart())); in get_sel_start()