Lines Matching full:markerrange
483 AccessibilityTextMarkerRange* markerRange = 0;
485 markerRange = toTextMarkerRange(JSValueToObject(context, arguments[0], exception));
487 return AccessibilityTextMarker::makeJSAccessibilityTextMarker(context, toAXElement(thisObject)->startTextMarkerForTextMarkerRange(markerRange));
492 AccessibilityTextMarkerRange* markerRange = 0;
494 markerRange = toTextMarkerRange(JSValueToObject(context, arguments[0], exception));
496 return AccessibilityTextMarker::makeJSAccessibilityTextMarker(context, toAXElement(thisObject)->endTextMarkerForTextMarkerRange(markerRange));