HomeSort by relevance Sort by last modified time
    Searched refs:ShouldRenderRichAnimation (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/gfx/animation/
animation_unittest.cc 127 TEST_F(AnimationTest, ShouldRenderRichAnimation) {
133 // ShouldRenderRichAnimation() should check the SPI_GETCLIENTAREAANIMATION
135 EXPECT_EQ(!!result, Animation::ShouldRenderRichAnimation());
139 Animation::ShouldRenderRichAnimation());
142 EXPECT_TRUE(Animation::ShouldRenderRichAnimation());
animation.cc 95 bool Animation::ShouldRenderRichAnimation() {
animation.h 64 static bool ShouldRenderRichAnimation();
  /external/chromium/chrome/browser/ui/views/frame/
contents_container.cc 99 if (active_overlay_ || !ui::Animation::ShouldRenderRichAnimation())
117 if (active_overlay_ || !ui::Animation::ShouldRenderRichAnimation())
  /external/chromium_org/chrome/browser/download/
download_shelf.cc 364 gfx::Animation::ShouldRenderRichAnimation()) {
  /external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.cc 353 ui::Animation::ShouldRenderRichAnimation() ? "true" : "false";
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.cc 510 gfx::Animation::ShouldRenderRichAnimation());
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]

Completed in 66 milliseconds