Lines Matching refs:contentRect
808 Rect contentRect = GetRect();
809 contentRect.SetX(contentRect.GetX() + style_->paddingLeft_ + style_->borderWidth_);
810 contentRect.SetY(contentRect.GetY() + style_->paddingTop_ + style_->borderWidth_);
811 contentRect.SetWidth(GetWidth());
812 contentRect.SetHeight(GetHeight());
813 return contentRect;
818 Rect contentRect = GetOrigRect();
819 contentRect.SetX(contentRect.GetX() + style_->paddingLeft_ + style_->borderWidth_);
820 contentRect.SetY(contentRect.GetY() + style_->paddingTop_ + style_->borderWidth_);
821 contentRect.SetWidth(GetWidth());
822 contentRect.SetHeight(GetHeight());
823 return contentRect;