Searched refs:selEnd (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython2/Mac/Modules/ |
D | icgluemodule.c | 242 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/ |
D | ic.py | 210 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/ |
D | event_properties.in | 106 // 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.
|
D | event_properties_expected.txt | 30 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/ |
D | xfa_event_pseudomodel_expected.txt | 23 Alert: PASS: selEnd = 0 24 Alert: PASS: selEnd = 0
|
D | xfa_event_pseudomodel.in | 40 testRIProperty(xfa.event, "selEnd", 0);
|
/external/pdfium/fxjs/xfa/ |
D | cjx_eventpseudomodel.h | 58 JSE_PROP(selEnd);
|
D | cjx_eventpseudomodel.cpp | 136 void CJX_EventPseudoModel::selEnd(CFXJSE_Value* pValue, in selEnd() function in CJX_EventPseudoModel
|
/external/python/cpython2/Mac/Modules/te/ |
D | _TEmodule.c | 152 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/ |
D | cjs_event.h | 32 JS_STATIC_PROP(selEnd, sel_end, CJS_Event)
|
/external/python/cpython2/Mac/Demo/textedit/ |
D | ped.py | 179 return (self.ted.selStart < self.ted.selEnd)
|
/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)
|