HomeSort by relevance Sort by last modified time
    Searched refs:damage_rect_in_dip (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/ui/compositor/
layer_delegate.h 27 virtual void OnDelegatedFrameDamage(const gfx::Rect& damage_rect_in_dip) = 0;
layer_unittest.cc 70 const gfx::Rect& damage_rect_in_dip) OVERRIDE {}
242 const gfx::Rect& damage_rect_in_dip) OVERRIDE {}
288 const gfx::Rect& damage_rect_in_dip) OVERRIDE {}
310 const gfx::Rect& damage_rect_in_dip) OVERRIDE {}
    [all...]
layer.h 321 void OnDelegatedFrameDamage(const gfx::Rect& damage_rect_in_dip);
layer.cc 700 void Layer::OnDelegatedFrameDamage(const gfx::Rect& damage_rect_in_dip) {
704 delegate_->OnDelegatedFrameDamage(damage_rect_in_dip);
  /external/chromium_org/content/browser/web_contents/aura/
shadow_layer_delegate.h 37 const gfx::Rect& damage_rect_in_dip) OVERRIDE;
shadow_layer_delegate.cc 55 const gfx::Rect& damage_rect_in_dip) {
gesture_nav_simple.cc 103 const gfx::Rect& damage_rect_in_dip) OVERRIDE {}
overscroll_navigation_overlay.cc 72 const gfx::Rect& damage_rect_in_dip) OVERRIDE {}
  /external/chromium_org/athena/home/
minimized_home.cc 40 const gfx::Rect& damage_rect_in_dip) OVERRIDE {
  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.h 46 const gfx::Rect& damage_rect_in_dip) OVERRIDE;
overscan_calibrator.cc 137 const gfx::Rect& damage_rect_in_dip) {
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.h 55 const gfx::Rect& damage_rect_in_dip) OVERRIDE;
focus_ring_layer.cc 80 const gfx::Rect& damage_rect_in_dip) {
  /external/chromium_org/ash/wm/
video_detector.cc 89 const gfx::Rect& damage_rect_in_dip) {
98 if (info->RecordUpdateAndCheckForVideo(damage_rect_in_dip, now))
boot_splash_screen_chromeos.cc 47 const gfx::Rect& damage_rect_in_dip) OVERRIDE {}
  /external/chromium_org/ui/aura/
window_observer.h 95 const gfx::Rect& damage_rect_in_dip) {}
window.h 460 const gfx::Rect& damage_rect_in_dip) OVERRIDE;
window.cc     [all...]
  /external/chromium_org/ui/wm/core/
image_grid.h 142 const gfx::Rect& damage_rect_in_dip) OVERRIDE;
image_grid.cc 276 const gfx::Rect& damage_rect_in_dip) {
  /external/chromium_org/athena/wm/
overview_toolbar.cc 86 const gfx::Rect& damage_rect_in_dip) OVERRIDE {}
  /external/chromium_org/content/browser/compositor/
delegated_frame_host.cc 314 gfx::Rect damage_rect_in_dip = local
335 damage_rect_in_dip = gfx::Rect(frame_size_in_dip);
436 if (modified_layers && !damage_rect_in_dip.IsEmpty()) {
439 client_->GetLayer()->OnDelegatedFrameDamage(damage_rect_in_dip);
    [all...]
  /external/chromium_org/ui/aura/bench/
bench_main.cc 70 const gfx::Rect& damage_rect_in_dip) OVERRIDE {}
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.cc 187 const gfx::Rect& damage_rect_in_dip) OVERRIDE {}
  /external/chromium_org/ui/views/
view.h     [all...]

Completed in 928 milliseconds

1 2