HasRecordingAt 635 cc/layers/picture_layer_impl.cc bool previously_had = other->pile_->HasRecordingAt(x, y); HasRecordingAt 636 cc/layers/picture_layer_impl.cc bool now_has = pile_->HasRecordingAt(x, y); HasRecordingAt 39 cc/resources/picture_pile_base.h bool HasRecordingAt(int x, int y); HasRecordingAt 82 cc/test/fake_picture_pile_impl.cc if (HasRecordingAt(x, y)) HasRecordingAt 90 cc/test/fake_picture_pile_impl.cc EXPECT_TRUE(HasRecordingAt(x, y)); HasRecordingAt 101 cc/test/fake_picture_pile_impl.cc if (!HasRecordingAt(x, y)) HasRecordingAt 104 cc/test/fake_picture_pile_impl.cc EXPECT_FALSE(HasRecordingAt(x, y));