Searched refs:OnDamageRect (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/platform_window/
H A Dplatform_window_delegate.h35 virtual void OnDamageRect(const gfx::Rect& damaged_region) = 0;
/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_ozone.cc62 virtual void OnDamageRect(const gfx::Rect& damaged_region) OVERRIDE {}
H A Dplatform_viewport_win.cc65 virtual void OnDamageRect(const gfx::Rect& damaged_region) OVERRIDE {
H A Dplatform_viewport_x11.cc78 virtual void OnDamageRect(const gfx::Rect& damaged_region) OVERRIDE {
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_ozone.cc31 void WindowTreeHostOzone::OnDamageRect(const gfx::Rect& damaged_region) { function in class:aura::WindowTreeHostOzone
H A Dwindow_tree_host_ozone.h30 virtual void OnDamageRect(const gfx::Rect& damaged_region) OVERRIDE;
H A Dwindow_tree_host_win.h50 virtual void OnDamageRect(const gfx::Rect& damaged_region) OVERRIDE;
H A Dwindow_tree_host_win.cc133 void WindowTreeHostWin::OnDamageRect(const gfx::Rect& damage_rect) { function in class:aura::WindowTreeHostWin
/external/chromium_org/ui/ozone/demo/
H A Dozone_demo.cc70 virtual void OnDamageRect(const gfx::Rect& damaged_region) OVERRIDE {}
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.cc159 delegate_->OnDamageRect(damage_rect);
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc279 delegate_->OnDamageRect(damage_rect);

Completed in 162 milliseconds