Searched refs:selStart (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 | 209 selStart = 0 212 selStart = selEnd = start 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 | 55 JS_PROP(selStart);
|
D | cjx_eventpseudomodel.cpp | 123 void CJX_EventPseudoModel::selStart(CFXJSE_Value* pValue, in selStart() function in CJX_EventPseudoModel
|
/external/python/cpython2/Mac/Modules/te/ |
D | _TEmodule.c | 151 long selStart; in TEObj_TESetSelect() local 157 &selStart, in TEObj_TESetSelect() 160 TESetSelect(selStart, in TEObj_TESetSelect() 890 return Py_BuildValue("h", (*self->ob_itself)->selStart); in TEObj_get_selStart()
|
/external/pdfium/fxjs/ |
D | cjs_event.h | 97 JS_STATIC_PROP(selStart, sel_start, 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 | 1613 (XFA_ATTRIBUTE_CALLBACK)&CJX_EventPseudoModel::selStart,
|