WebLayerImplFixedBounds   16 webkit/renderer/compositor_bindings/web_image_layer_impl.cc     layer_.reset(new WebLayerImplFixedBounds(cc::PictureImageLayer::Create()));
WebLayerImplFixedBounds   28 webkit/renderer/compositor_bindings/web_image_layer_impl.cc     static_cast<WebLayerImplFixedBounds*>(layer_.get())->SetFixedBounds(
WebLayerImplFixedBounds   16 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc WebLayerImplFixedBounds::WebLayerImplFixedBounds() {
WebLayerImplFixedBounds   19 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc WebLayerImplFixedBounds::WebLayerImplFixedBounds(scoped_refptr<Layer> layer)
WebLayerImplFixedBounds   24 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc WebLayerImplFixedBounds::~WebLayerImplFixedBounds() {
WebLayerImplFixedBounds   27 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc void WebLayerImplFixedBounds::invalidateRect(const blink::WebFloatRect& rect) {
WebLayerImplFixedBounds   33 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc void WebLayerImplFixedBounds::setAnchorPoint(
WebLayerImplFixedBounds   41 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc void WebLayerImplFixedBounds::setBounds(const blink::WebSize& bounds) {
WebLayerImplFixedBounds   48 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc blink::WebSize WebLayerImplFixedBounds::bounds() const {
WebLayerImplFixedBounds   52 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc void WebLayerImplFixedBounds::setTransform(const SkMatrix44& matrix) {
WebLayerImplFixedBounds   58 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc SkMatrix44 WebLayerImplFixedBounds::transform() const {
WebLayerImplFixedBounds   62 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc void WebLayerImplFixedBounds::SetFixedBounds(gfx::Size fixed_bounds) {
WebLayerImplFixedBounds   69 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc void WebLayerImplFixedBounds::SetTransformInternal(
WebLayerImplFixedBounds   77 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc void WebLayerImplFixedBounds::UpdateLayerBoundsAndTransform() {
WebLayerImplFixedBounds   19 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h class WebLayerImplFixedBounds : public WebLayerImpl {
WebLayerImplFixedBounds   21 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h   WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebLayerImplFixedBounds();
WebLayerImplFixedBounds   22 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h   WEBKIT_COMPOSITOR_BINDINGS_EXPORT explicit WebLayerImplFixedBounds(
WebLayerImplFixedBounds   24 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h   virtual ~WebLayerImplFixedBounds();
WebLayerImplFixedBounds   45 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h   DISALLOW_COPY_AND_ASSIGN(WebLayerImplFixedBounds);
WebLayerImplFixedBounds   24 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc   scoped_ptr<WebLayerImplFixedBounds> layer(new WebLayerImplFixedBounds());
WebLayerImplFixedBounds   40 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc void CheckBoundsScaleSimple(WebLayerImplFixedBounds* layer,
WebLayerImplFixedBounds   63 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc   scoped_ptr<WebLayerImplFixedBounds> layer(new WebLayerImplFixedBounds());
WebLayerImplFixedBounds   92 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc   scoped_ptr<WebLayerImplFixedBounds> root_layer(new WebLayerImplFixedBounds());
WebLayerImplFixedBounds   94 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc   WebLayerImplFixedBounds* fixed_bounds_layer =
WebLayerImplFixedBounds   95 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc       new WebLayerImplFixedBounds(cc::PictureImageLayer::Create());