Searched refs:setBounds (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCALayerRemoteTiledBacking.cpp63 void PlatformCALayerRemoteTiledBacking::setBounds(const WebCore::FloatRect& bounds) function in class:WebKit::PlatformCALayerRemoteTiledBacking
65 PlatformCALayerRemote::setBounds(bounds);
H A DPlatformCALayerRemoteTiledBacking.h47 virtual void setBounds(const WebCore::FloatRect&) override;
H A DPlatformCALayerRemote.h79 virtual void setBounds(const WebCore::FloatRect&) override;
H A DPlatformCALayerRemote.cpp118 clone.setBounds(bounds());
414 void PlatformCALayerRemote::setBounds(const FloatRect& value) function in class:WebKit::PlatformCALayerRemote
H A DTiledCoreAnimationDrawingArea.mm568 shadowLayer->setBounds(shadowLayerBoundsForFrame(frameView, scale));
685 shadowLayer->setBounds(shadowLayerBoundsForFrame(frameView, 1));
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/ios/
H A DWKViewIOS.mm108 - (void)setBounds:(CGRect)bounds
111 [super setBounds:bounds];
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DRemoteLayerTreeDrawingAreaProxy.mm311 [m_tileMapHostLayer setBounds:FloatRect(FloatPoint(), contentsSize)];
329 [m_exposedRectIndicatorLayer setBounds:FloatRect(FloatPoint(), scaledExposedRect.size())];
332 [m_exposedRectIndicatorLayer setBounds:FloatRect(FloatPoint(), viewSize)];
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKContentView.mm341 [_fixedClippingView setBounds:clippingBounds];
456 [self setBounds:contentBounds];
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DFullscreenVideoController.cpp233 videoLayer->setBounds(FloatRect(FloatPoint(), videoSize));
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKWebView.mm578 - (void)setBounds:(CGRect)bounds
581 [super setBounds:bounds];
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebHTMLView.mm5973 [viewLayer setBounds:NSRectToCGRect([_private->layerHostingView bounds])];

Completed in 236 milliseconds