Searched refs:target_bounds (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/ui/views/tabs/ |
D | native_view_photobooth_win.cc | 90 const gfx::Rect& target_bounds) { in PaintScreenshotIntoCanvas() argument 108 BitBlt(target_dc, target_bounds.x(), target_bounds.y(), in PaintScreenshotIntoCanvas() 109 target_bounds.width(), target_bounds.height(), source_dc, 0, 0, in PaintScreenshotIntoCanvas() 114 target_bounds.x(), target_bounds.y(), target_bounds.width(), in PaintScreenshotIntoCanvas() 115 target_bounds.height()); in PaintScreenshotIntoCanvas()
|
D | native_view_photobooth_gtk.cc | 32 const gfx::Rect& target_bounds) { in PaintScreenshotIntoCanvas() argument
|
D | native_view_photobooth.h | 42 const gfx::Rect& target_bounds) = 0;
|
D | native_view_photobooth_gtk.h | 26 const gfx::Rect& target_bounds) OVERRIDE;
|
D | native_view_photobooth_win.h | 44 const gfx::Rect& target_bounds) OVERRIDE;
|