Home | History | Annotate | Download | only in editing

Lines Matching full:editable

398     // Return empty position if pos is not somewhere inside the editable region containing this position
402 // Return pos itself if the two are from the very same editable region, or both are non-editable
403 // FIXME: In the non-editable case, just because the new position is non-editable doesn't mean movement
408 // Return empty position if this position is non-editable, but pos is editable
409 // FIXME: Move to the previous non-editable region.
413 // Return the last position before pos that is in the same editable region as this position
424 // Return empty position if pos is not somewhere inside the editable region containing this position
428 // Return pos itself if the two are from the very same editable region, or both are non-editable
429 // FIXME: In the non-editable case, just because the new position is non-editable doesn't mean movement
434 // Return empty position if this position is non-editable, but pos is editable
435 // FIXME: Move to the next non-editable region.
439 // Return the next position after pos that is in the same editable region as this position
481 // The new position must be in the same editable element. Enforce that first.
482 // Unless the descent is from a non-editable html element to an editable body.
488 // If the html element is editable, descending into its body will look like a descent
489 // from non-editable to editable content since rootEditableElement() always stops at the body.