OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maybeAnimated
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImageTest.cpp
157
TEST_F(BitmapImageTest,
maybeAnimated
)
161
EXPECT_TRUE(m_image->
maybeAnimated
());
164
EXPECT_FALSE(m_image->
maybeAnimated
());
BitmapImage.h
79
virtual bool
maybeAnimated
() OVERRIDE;
Image.h
108
virtual bool
maybeAnimated
() { return false; }
BitmapImage.cpp
561
bool BitmapImage::
maybeAnimated
()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.cpp
83
if (image && image->
maybeAnimated
())
Completed in 3404 milliseconds