Searched refs:selEnd (Results 1 – 8 of 8) 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/fxjs/xfa/ |
D | cjx_eventpseudomodel.h | 54 JS_PROP(selEnd);
|
D | cjx_eventpseudomodel.cpp | 117 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 | 96 JS_STATIC_PROP(selEnd, sel_end, event);
|
/external/python/cpython2/Mac/Demo/textedit/ |
D | ped.py | 179 return (self.ted.selStart < self.ted.selEnd)
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_basic_data_element_script.cpp | 1593 (XFA_ATTRIBUTE_CALLBACK)&CJX_EventPseudoModel::selEnd,
|