HomeSort by relevance Sort by last modified time
    Searched defs:WebLayerImplFixedBounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/blink/
web_layer_impl_fixed_bounds.h 19 class WebLayerImplFixedBounds : public WebLayerImpl {
21 CC_BLINK_EXPORT WebLayerImplFixedBounds();
22 CC_BLINK_EXPORT explicit WebLayerImplFixedBounds(scoped_refptr<cc::Layer>);
23 virtual ~WebLayerImplFixedBounds();
45 DISALLOW_COPY_AND_ASSIGN(WebLayerImplFixedBounds);
web_layer_impl_fixed_bounds.cc 16 WebLayerImplFixedBounds::WebLayerImplFixedBounds() {
19 WebLayerImplFixedBounds::WebLayerImplFixedBounds(scoped_refptr<Layer> layer)
23 WebLayerImplFixedBounds::~WebLayerImplFixedBounds() {
26 void WebLayerImplFixedBounds::invalidateRect(const blink::WebFloatRect& rect) {
32 void WebLayerImplFixedBounds::setTransformOrigin(
40 void WebLayerImplFixedBounds::setBounds(const blink::WebSize& bounds) {
47 blink::WebSize WebLayerImplFixedBounds::bounds() const
    [all...]

Completed in 170 milliseconds