Home
last modified time | relevance | path

Searched refs:selEnd (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Mac/Modules/
Dicgluemodule.c242 long selStart, selEnd; in ici_ICParseURL() local
246 &selStart, &selEnd, ResObj_Convert, &h)) in ici_ICParseURL()
249 &selStart, &selEnd, h)) != 0 ) in ici_ICParseURL()
251 return Py_BuildValue("ii", (int)selStart, (int)selEnd); in ici_ICParseURL()
266 long selStart, selEnd; in ici_ICLaunchURL() local
269 &selStart, &selEnd)) in ici_ICLaunchURL()
272 &selStart, &selEnd)) != 0 ) in ici_ICLaunchURL()
274 return Py_BuildValue("ii", (int)selStart, (int)selEnd); in ici_ICLaunchURL()
/external/python/cpython2/Lib/plat-mac/
Dic.py210 selEnd = len(data)
212 selStart = selEnd = start
214 selEnd = end
215 selStart, selEnd = self.ic.ICParseURL(hint, data, selStart, selEnd, self.h)
216 return self.h.data, selStart, selEnd
/external/pdfium/testing/resources/javascript/
Devent_properties.in106 // selEnd applies to events named Keystroke only.
108 expect("event.selEnd", undefined);
109 expect("event.selEnd = 'boo'", "boo");
110 expect("event.selEnd", undefined);
112 // selEnd applies to events named Keystroke only.
Devent_properties_expected.txt30 Alert: PASS: event.selEnd = undefined
31 Alert: PASS: event.selEnd = 'boo' = boo
32 Alert: PASS: event.selEnd = undefined
/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_event_pseudomodel_expected.txt23 Alert: PASS: selEnd = 0
24 Alert: PASS: selEnd = 0
Dxfa_event_pseudomodel.in40 testRIProperty(xfa.event, "selEnd", 0);
/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.h58 JSE_PROP(selEnd);
Dcjx_eventpseudomodel.cpp136 void CJX_EventPseudoModel::selEnd(CFXJSE_Value* pValue, in selEnd() function in CJX_EventPseudoModel
/external/python/cpython2/Mac/Modules/te/
D_TEmodule.c152 long selEnd; in TEObj_TESetSelect() local
158 &selEnd)) in TEObj_TESetSelect()
161 selEnd, in TEObj_TESetSelect()
897 return Py_BuildValue("h", (*self->ob_itself)->selEnd); in TEObj_get_selEnd()
/external/pdfium/fxjs/
Dcjs_event.h32 JS_STATIC_PROP(selEnd, sel_end, CJS_Event)
/external/python/cpython2/Mac/Demo/textedit/
Dped.py179 return (self.ted.selStart < self.ted.selEnd)
/external/pdfium/xfa/fxfa/parser/
Dattributes.inc105 ATTR____(0x50e2e33bu, "selEnd", SelEnd, Basic)
Delement_attributes.inc501 ELEM_ATTR____(EventPseudoModel, SelEnd, CJX_EventPseudoModel::selEnd)