Searched refs:GraphicsLayer (Results 101 - 125 of 126) sorted by relevance

123456

/macosx-10.10/WebKit2-7600.1.25/Scripts/webkit2/
H A DMessageReceiver-expected.cpp48 #include <WebCore/GraphicsLayer.h>
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPlugin.h31 #include <WebCore/GraphicsLayer.h>
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp819 void WebChromeClient::attachRootGraphicsLayer(Frame*, GraphicsLayer* layer)
827 GraphicsLayer* WebChromeClient::documentOverlayLayerForFrame(Frame& frame)
997 void WebChromeClient::didAddHeaderLayer(GraphicsLayer* headerParent)
1007 void WebChromeClient::didAddFooterLayer(GraphicsLayer* footerParent)
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollAnimatorMac.mm34 #include "GraphicsLayer.h"
440 GraphicsLayer* layer;
944 if (GraphicsLayer* layer = scrollbar->scrollableArea()->layerForVerticalScrollbar())
976 if (GraphicsLayer* layer = scrollbar->scrollableArea()->layerForHorizontalScrollbar())
1000 GraphicsLayer* layer = m_scrollableArea->layerForVerticalScrollbar();
1014 GraphicsLayer* layer = m_scrollableArea->layerForHorizontalScrollbar();
H A DScrollbarThemeMac.mm32 #include "GraphicsLayer.h"
546 // We operate on the CALayer directly here, since GraphicsLayer doesn't have the concept
579 void ScrollbarThemeMac::setUpOverhangAreasLayerContents(GraphicsLayer* graphicsLayer, const Color& customBackgroundColor)
584 void ScrollbarThemeMac::setUpContentShadowLayer(GraphicsLayer* graphicsLayer)
586 // We operate on the CALayer directly here, since GraphicsLayer doesn't have the concept
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp130 , m_customAppearance(GraphicsLayer::NoCustomAppearance)
131 , m_customBehavior(GraphicsLayer::NoCustomBehavior)
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebPluginController.mm70 #import <WebCore/GraphicsLayer.h>
234 // Get a GraphicsLayer;
235 GraphicsLayer* layerForWidget = coreView->graphicsLayerForPlatformWidget(view);
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebChromeClient.h165 virtual void attachRootGraphicsLayer(WebCore::Frame*, WebCore::GraphicsLayer*) override;
H A DWebChromeClient.mm68 #import <WebCore/GraphicsLayer.h>
908 void WebChromeClient::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer)
/macosx-10.10/WebCore-7600.1.25/page/
H A DFrameView.cpp754 GraphicsLayer* FrameView::layerForScrolling() const
762 GraphicsLayer* FrameView::layerForHorizontalScrollbar() const
770 GraphicsLayer* FrameView::layerForVerticalScrollbar() const
778 GraphicsLayer* FrameView::layerForScrollCorner() const
822 GraphicsLayer* FrameView::layerForOverhangAreas() const
830 GraphicsLayer* FrameView::setWantsLayerForTopOverHangArea(bool wantsLayer) const
839 GraphicsLayer* FrameView::setWantsLayerForBottomOverHangArea(bool wantsLayer) const
879 GraphicsLayer* FrameView::graphicsLayerForPlatformWidget(PlatformWidget platformWidget)
1473 GraphicsLayer* layer = renderView->layer()->backing()->graphicsLayer();
1809 renderView()->layer()->setBackingNeedsRepaintInRect(updateRect, GraphicsLayer
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h34 #include <WebCore/GraphicsLayer.h>
/macosx-10.10/WebKit-7600.1.25/win/
H A DFullscreenVideoController.cpp189 virtual GraphicsLayer::CompositingCoordinatesOrientation platformCALayerContentsOrientation() const { return GraphicsLayer::CompositingCoordinatesBottomUp; }
H A DWebView.cpp6544 void WebView::setRootChildLayer(GraphicsLayer* layer)
6581 m_backingLayer = GraphicsLayer::create(0, *this);
6717 void WebView::notifyAnimationStarted(const GraphicsLayer*, double)
6723 void WebView::notifyFlushRequired(const GraphicsLayer*)
6728 void WebView::paintContents(const GraphicsLayer*, GraphicsContext& context, GraphicsLayerPaintingPhase, const FloatRect& inClip)
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebChromeClient.cpp50 #include <WebCore/GraphicsLayer.h>
750 void WebChromeClient::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DWebPageMac.mm847 GraphicsLayer* layer = frameView->setWantsLayerForTopOverHangArea(image.get());
864 GraphicsLayer* layer = frameView->setWantsLayerForBottomOverHangArea(image.get());
/macosx-10.10/WebCore-7600.1.25/platform/
H A DScrollView.cpp30 #include "GraphicsLayer.h"
1032 static void positionScrollbarLayer(GraphicsLayer* graphicsLayer, Scrollbar* scrollbar)
1054 static void positionScrollCornerLayer(GraphicsLayer* graphicsLayer, const IntRect& cornerRect)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp214 virtual GraphicsLayer::CompositingCoordinatesOrientation platformCALayerContentsOrientation() const { return GraphicsLayer::CompositingCoordinatesBottomUp; }
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebPageProxyMac.mm50 #import <WebCore/GraphicsLayer.h>
/macosx-10.10/WebCore-7600.1.25/loader/
H A DEmptyClients.h184 virtual void attachRootGraphicsLayer(Frame*, GraphicsLayer*) override { }
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderObject.cpp1299 repaintContainer->layer()->setBackingNeedsRepaintInRect(r, shouldClipToLayer ? GraphicsLayer::ClipToLayer : GraphicsLayer::DoNotClipToLayer);
H A DRenderView.cpp607 layer()->setBackingNeedsRepaint(GraphicsLayer::DoNotClipToLayer);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.h388 void enterAcceleratedCompositingMode(WebCore::GraphicsLayer*);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.h125 class GraphicsLayer;
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebCoreArgumentCoders.cpp44 #include <WebCore/GraphicsLayer.h>
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebView.mm232 #import <WebCore/GraphicsLayer.h>
3434 // Get the GraphicsLayer for this widget.
3435 GraphicsLayer* layerForWidget = coreView->graphicsLayerForPlatformWidget(pluginView);

Completed in 622 milliseconds

123456