Searched refs:HandlePaintAccelerated (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler_delegate.h198 virtual bool HandlePaintAccelerated(const gfx::Rect& invalid_rect) = 0;
H A Dhwnd_message_handler.cc1879 if (!delegate_->HandlePaintAccelerated(gfx::Rect(dirty_region))) {
1930 !delegate_->HandlePaintAccelerated(gfx::Rect(ps.rcPaint))) {
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.h191 virtual bool HandlePaintAccelerated(const gfx::Rect& invalid_rect) OVERRIDE;
H A Ddesktop_window_tree_host_win.cc902 bool DesktopWindowTreeHostWin::HandlePaintAccelerated( function in class:views::DesktopWindowTreeHostWin

Completed in 212 milliseconds