Home | History | Annotate | Download | only in accessibility

Lines Matching full:line

210     // A line in the accessibility sense should include floating objects, such as aligned image, as part of a line.
243 // we move off of a line start)
250 // keep searching for a valid line start position. Unless the VisiblePosition is at the very beginning, there should
251 // always be a valid line range. However, startOfLine will return null for position next to a floating object,
252 // since floating object doesn't really belong to any line.
253 // This check will reposition the marker before the floating object, to ensure we get a line start.
271 // make sure we move off of a line end
278 // fetch for a valid line start position
287 // as long as the position hasn't reached the end of the doc, keep searching for a valid line end position
288 // Unless the VisiblePosition is at the very end, there should always be a valid line range. However, endOfLine will
289 // return null for position by a floating object, since floating object doesn't really belong to any line.
290 // This check will reposition the marker after the floating object, to ensure we get a line end.
413 // If the range does not contain the start of the line, the list marker text should not be included.
528 // to make sure we move off of a line end
535 // as long as the position hasn't reached the end of the doc, keep searching for a valid line end position
536 // There are cases like when the position is next to a floating object that'll return null for end of line. This code will avoid returning null.
550 // make sure we move off of a line start
557 // as long as the position hasn't reached the beginning of the doc, keep searching for a valid line start position
558 // There are cases like when the position is next to a floating object that'll return null for start of line. This code will avoid returning null.
582 // an empty line is considered a sentence. If it's skipped, then the sentence parser will not
583 // see this empty line. Instead, return the end position of the empty line.
607 // treat empty line as a separate sentence.
694 // NOTE: This varies from AppKit when the point is below the last line. AppKit returns an
713 // Given an indexed character, the line number of the text associated with this accessibility