Searched refs:HasRecordingAt (Results 1 – 3 of 3) sorted by relevance
82 if (HasRecordingAt(x, y)) in AddRecordingAt()90 EXPECT_TRUE(HasRecordingAt(x, y)); in AddRecordingAt()101 if (!HasRecordingAt(x, y)) in RemoveRecordingAt()104 EXPECT_FALSE(HasRecordingAt(x, y)); in RemoveRecordingAt()
44 bool HasRecordingAt(int x, int y);
187 bool PicturePileBase::HasRecordingAt(int x, int y) { in HasRecordingAt() function in cc::PicturePileBase