Home | History | Annotate | Download | only in parse-only

Lines Matching refs:scrollWidth

2297 		return {x: this.scrollWidth, y: this.scrollHeight};
2411 return {x: Math.max(doc.scrollWidth, min.x), y: Math.max(doc.scrollHeight, min.y)};