Searched refs:SelEnd (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/ |
D | Selection.cpp | 214 unsigned SelBegin, unsigned SelEnd, const SourceManager &SM) in SelectionTester() argument 224 return SM.getFileOffset(Tok.location()) < SelEnd; in SelectionTester() 245 if (S.Offset >= SelBegin && S.Offset + Sel[I].length() <= SelEnd) in SelectionTester() 550 const PrintingPolicy &PP, unsigned SelBegin, unsigned SelEnd, in SelectionVisitor() argument 556 TokenBuf(Tokens), SelChecker(Tokens, SelFile, SelBegin, SelEnd, SM), in SelectionVisitor()
|
/external/pdfium/fxjs/ |
D | cjs_eventrecorder.h | 154 int SelEnd() const;
|
D | cjs_eventrecorder.cpp | 542 int CJS_EventRecorder::SelEnd() const { in SelEnd() function in CJS_EventRecorder
|
D | cjs_event.cpp | 191 return CJS_Result::Success(pRuntime->NewNumber(pEvent->SelEnd())); in get_sel_end()
|
D | cjs_publicmethods.cpp | 129 int end = event->SelEnd(); in CalcMergedString() 724 pEvent->SelEnd() - pEvent->SelStart()); in AFNumber_Keystroke() 1130 pEvent->SelStart() - pEvent->SelEnd(); in AFSpecial_KeystrokeEx()
|
/external/pdfium/xfa/fxfa/parser/ |
D | attributes.inc | 105 ATTR____(0x50e2e33bu, "selEnd", SelEnd, Basic)
|
D | element_attributes.inc | 501 ELEM_ATTR____(EventPseudoModel, SelEnd, CJX_EventPseudoModel::selEnd)
|