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

  /external/chromium_org/cc/test/
fake_picture_pile_impl.cc 82 if (HasRecordingAt(x, y))
91 EXPECT_TRUE(HasRecordingAt(x, y));
102 if (!HasRecordingAt(x, y))
105 EXPECT_FALSE(HasRecordingAt(x, y));
  /external/chromium_org/cc/resources/
picture_pile_base.h 39 bool HasRecordingAt(int x, int y);
picture_pile_base.cc 182 bool PicturePileBase::HasRecordingAt(int x, int y) {
  /external/chromium_org/cc/layers/
picture_layer_impl.cc 584 bool previously_had = other->pile_->HasRecordingAt(x, y);
585 bool now_has = pile_->HasRecordingAt(x, y);
    [all...]

Completed in 121 milliseconds