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

  /external/chromium_org/remoting/client/
frame_producer.h 34 virtual void InvalidateRegion(const SkRegion& region) = 0;
rectangle_update_decoder.h 55 virtual void InvalidateRegion(const SkRegion& region) OVERRIDE;
rectangle_update_decoder.cc 172 void RectangleUpdateDecoder::InvalidateRegion(const SkRegion& region) {
175 FROM_HERE, base::Bind(&RectangleUpdateDecoder::InvalidateRegion,
  /external/chromium_org/remoting/host/
desktop_session_proxy.h 106 void InvalidateRegion(const SkRegion& invalid_region);
  /external/chromium_org/remoting/client/plugin/
pepper_view.cc 301 producer_->InvalidateRegion(not_painted);

Completed in 45 milliseconds