Home
last modified time | relevance | path

Searched refs:target_bounds (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dnative_view_photobooth_win.cc90 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()
Dnative_view_photobooth_gtk.cc32 const gfx::Rect& target_bounds) { in PaintScreenshotIntoCanvas() argument
Dnative_view_photobooth.h42 const gfx::Rect& target_bounds) = 0;
Dnative_view_photobooth_gtk.h26 const gfx::Rect& target_bounds) OVERRIDE;
Dnative_view_photobooth_win.h44 const gfx::Rect& target_bounds) OVERRIDE;