Home
last modified time | relevance | path

Searched refs:HasRecordingAt (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/test/
Dfake_picture_pile_impl.cc82 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()
/external/chromium_org/cc/resources/
Dpicture_pile_base.h44 bool HasRecordingAt(int x, int y);
Dpicture_pile_base.cc187 bool PicturePileBase::HasRecordingAt(int x, int y) { in HasRecordingAt() function in cc::PicturePileBase