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 61 if (HasRecordingAt(x, y))
72 EXPECT_TRUE(HasRecordingAt(x, y));
90 if (!HasRecordingAt(x, y))
93 EXPECT_FALSE(HasRecordingAt(x, y));
  /external/chromium_org/cc/resources/
picture_pile_base.h 41 bool HasRecordingAt(int x, int y);
picture_pile_base.cc 157 if (!HasRecordingAt(x, y))
164 bool PicturePileBase::HasRecordingAt(int x, int y) {
  /external/chromium_org/cc/layers/
picture_layer_impl.cc 575 bool previously_had = other->pile_->HasRecordingAt(x, y);
576 bool now_has = pile_->HasRecordingAt(x, y);
    [all...]

Completed in 43 milliseconds