Searched refs:paint_clip_rect (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_win.h | 363 const CRect& paint_clip_rect); 368 const CRect& paint_clip_rect); 373 const CRect& paint_clip_rect);
|
D | autocomplete_edit_view_win.cc | 1684 CRect paint_clip_rect; in OnPaint() local 1685 if (!GetUpdateRect(&paint_clip_rect, true)) in OnPaint() 1723 EraseTopOfSelection(&memory_dc, rect, paint_clip_rect); in OnPaint() 1727 DrawSlashForInsecureScheme(memory_dc, rect, paint_clip_rect); in OnPaint() 1731 DrawDropHighlight(memory_dc, rect, paint_clip_rect); in OnPaint() 2239 CDC* dc, const CRect& client_rect, const CRect& paint_clip_rect) { in EraseTopOfSelection() argument 2247 erase_rect.IntersectRect(erase_rect, paint_clip_rect); in EraseTopOfSelection() 2257 const CRect& paint_clip_rect) { in DrawSlashForInsecureScheme() argument 2280 canvas_paint_clip_rect.IntersectRect(canvas_clip_rect, paint_clip_rect); in DrawSlashForInsecureScheme() 2347 const CRect& paint_clip_rect) { in DrawDropHighlight() argument [all …]
|