OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasRecordingAt
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/test/
fake_picture_pile_impl.cc
81
if (
HasRecordingAt
(x, y))
89
EXPECT_TRUE(
HasRecordingAt
(x, y));
100
if (!
HasRecordingAt
(x, y))
103
EXPECT_FALSE(
HasRecordingAt
(x, y));
/external/chromium_org/cc/resources/
picture_pile_base.h
45
bool
HasRecordingAt
(int x, int y);
picture_pile_base.cc
138
bool PicturePileBase::
HasRecordingAt
(int x, int y) {
Completed in 713 milliseconds