Searched refs:popup_rect_ (Results 1 – 2 of 2) sorted by relevance
252 popup_rect_ = GetPopupRectInWebView(original_popup_rect_); in OnPopupSize()276 popup_rect_.Set(0, 0, 0, 0); in ClearPopupRects()344 } else if (type == PET_POPUP && popup_rect_.width > 0 && in OnPaint()345 popup_rect_.height > 0) { in OnPaint()346 int skip_pixels = 0, x = popup_rect_.x; in OnPaint()347 int skip_rows = 0, y = popup_rect_.y; in OnPaint()
47 CefRect popup_rect() const { return popup_rect_; } in popup_rect()64 CefRect popup_rect_; variable