HomeSort by relevance Sort by last modified time
    Searched refs:invalid_rect (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 200 // Called to compel the delegate to paint |invalid_rect| accelerated. Returns
202 virtual bool HandlePaintAccelerated(const gfx::Rect& invalid_rect) = 0;
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 949 gfx::Rect invalid_rect; local
    [all...]
  /external/chromium_org/ui/compositor/
layer.cc 564 bool Layer::SchedulePaint(const gfx::Rect& invalid_rect) {
568 damaged_region_.op(invalid_rect.x(),
569 invalid_rect.y(),
570 invalid_rect.right(),
571 invalid_rect.bottom(),
layer.h 275 // Adds |invalid_rect| to the Layer's pending invalid rect and calls
277 bool SchedulePaint(const gfx::Rect& invalid_rect);
  /external/chromium_org/ui/views/widget/
root_view.cc 376 gfx::Rect invalid_rect = gfx::IntersectRects(GetLocalBounds(), xrect); local
377 if (!invalid_rect.IsEmpty())
378 widget_->SchedulePaintInRect(invalid_rect);
native_widget_win.h 220 virtual bool HandlePaintAccelerated(const gfx::Rect& invalid_rect) OVERRIDE;
native_widget_win.cc 814 bool NativeWidgetWin::HandlePaintAccelerated(const gfx::Rect& invalid_rect) {
815 gfx::Rect dpi_rect = ui::win::ScreenToDIPRect(invalid_rect);
  /external/chromium/chrome/browser/ui/views/download/
download_shelf_view.cc 435 gfx::Rect invalid_rect =
437 SchedulePaintInRect(invalid_rect);
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc 466 gfx::Rect invalid_rect =
468 SchedulePaintInRect(invalid_rect);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.h 193 virtual bool HandlePaintAccelerated(const gfx::Rect& invalid_rect) OVERRIDE;
desktop_root_window_host_win.cc 834 const gfx::Rect& invalid_rect) {
835 return native_widget_delegate_->OnNativeWidgetPaintAccelerated(invalid_rect);

Completed in 407 milliseconds