Searched defs:paint_clip_rect (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.cc1684 CRect paint_clip_rect; local
1685 if (!GetUpdateRect(&paint_clip_rect, true))
1723 EraseTopOfSelection(&memory_dc, rect, paint_clip_rect);
1727 DrawSlashForInsecureScheme(memory_dc, rect, paint_clip_rect);
1731 DrawDropHighlight(memory_dc, rect, paint_clip_rect);
2239 CDC* dc, const CRect& client_rect, const CRect& paint_clip_rect) {
2247 erase_rect.IntersectRect(erase_rect, paint_clip_rect);
2257 const CRect& paint_clip_rect) {
2280 canvas_paint_clip_rect.IntersectRect(canvas_clip_rect, paint_clip_rect);
2347 const CRect& paint_clip_rect) {
2238 EraseTopOfSelection( CDC* dc, const CRect& client_rect, const CRect& paint_clip_rect) argument
2254 DrawSlashForInsecureScheme( HDC hdc, const CRect& client_rect, const CRect& paint_clip_rect) argument
2345 DrawDropHighlight(HDC hdc, const CRect& client_rect, const CRect& paint_clip_rect) argument
[all...]

Completed in 59 milliseconds