Home | History | Annotate | Download | only in webkit

Lines Matching refs:mHeightCanMeasure

545     boolean mHeightCanMeasure;
2475 data.mIgnoreHeight = mZoomScale != 0 && !mHeightCanMeasure;
3081 if (mHeightCanMeasure) {
3219 if (mHeightCanMeasure) {
4643 if (!changed && mHeightCanMeasure) {
4644 // When mHeightCanMeasure is true, we will set mLastHeightSent to 0
6612 mHeightCanMeasure = true;
6619 mHeightCanMeasure = false;
6623 mHeightCanMeasure = false;
6626 nativeSetHeightCanMeasure(mHeightCanMeasure);
7691 if (mHeightCanMeasure == false) {
7704 if (mHeightCanMeasure == false) {
7762 if (keyHandled == false || mHeightCanMeasure == false) {