CanRasterSlowTileCheck  274 cc/resources/picture_pile.cc   DCHECK(CanRasterSlowTileCheck(recorded_viewport_));
CanRasterSlowTileCheck  200 cc/resources/picture_pile_base.cc     DCHECK(CanRasterSlowTileCheck(layer_rect));
CanRasterSlowTileCheck  204 cc/resources/picture_pile_base.cc   return CanRasterSlowTileCheck(layer_rect);
CanRasterSlowTileCheck   95 cc/resources/picture_pile_base.h   bool CanRasterSlowTileCheck(const gfx::Rect& layer_rect) const;
CanRasterSlowTileCheck   21 cc/resources/picture_pile_unittest.cc   using PicturePile::CanRasterSlowTileCheck;
CanRasterSlowTileCheck  245 cc/resources/picture_pile_unittest.cc   EXPECT_TRUE(pile_->CanRasterSlowTileCheck(rect));
CanRasterSlowTileCheck  252 cc/resources/picture_pile_unittest.cc   EXPECT_FALSE(pile_->CanRasterSlowTileCheck(rect));
CanRasterSlowTileCheck  274 cc/resources/picture_pile_unittest.cc   EXPECT_TRUE(pile_->CanRasterSlowTileCheck(tile01_noborders));
CanRasterSlowTileCheck  276 cc/resources/picture_pile_unittest.cc   EXPECT_TRUE(pile_->CanRasterSlowTileCheck(tile02_noborders));
CanRasterSlowTileCheck  299 cc/resources/picture_pile_unittest.cc   EXPECT_TRUE(pile_->CanRasterSlowTileCheck(tile01_noborders));
CanRasterSlowTileCheck  301 cc/resources/picture_pile_unittest.cc   EXPECT_FALSE(pile_->CanRasterSlowTileCheck(tile02_noborders));