Home | History | Annotate | Download | only in resources

Lines Matching refs:contentRect

913   var contentRect = main.getBoundingClientRect();
923 if ((!rtl && contentRect.right > attributionRect.left) ||
924 (rtl && attributionRect.right > contentRect.left)) {