Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:rangeObject

120     JSObjectRef rangeObject = (JSObjectRef)rangeValue;
122 JSValueRef startNodeValue = propertyValue(context, rangeObject, "startContainer");
126 JSValueRef endNodeValue = propertyValue(context, rangeObject, "endContainer");
130 int startOffset = propertyValueInt(context, rangeObject, "startOffset");
131 int endOffset = propertyValueInt(context, rangeObject, "endOffset");