Searched refs:isEditableRoot (Results 1 – 1 of 1) sorted by relevance
3353 …bool isEditableRoot = n && n->rootEditableElement() == n && !n->hasTagName(bodyTag) && !n->hasTagN… in positionForCoordinates() local3355 if (y < top || (isEditableRoot && (y < bottom && x < left))) { in positionForCoordinates()3356 if (!isEditableRoot) in positionForCoordinates()3371 if (y >= bottom || (isEditableRoot && (y >= top && x >= right))) { in positionForCoordinates()3372 if (!isEditableRoot) in positionForCoordinates()