| /external/chromium_org/third_party/WebKit/Source/core/loader/ |
| EmptyClients.h | 154 virtual void attachRootGraphicsLayer(GraphicsLayer*) OVERRIDE { }
|
| /external/chromium_org/third_party/WebKit/Source/web/ |
| LinkHighlight.cpp | 126 GraphicsLayer* newGraphicsLayer = renderLayer->compositingState() == PaintsIntoGroupedBacking ? compositedLayerMapping->squashingLayer() : compositedLayerMapping->mainGraphicsLayer();
|
| WebPluginContainerImpl.cpp | 74 #include "platform/graphics/GraphicsLayer.h" 293 GraphicsLayer::unregisterContentsLayer(m_webLayer); 295 GraphicsLayer::registerContentsLayer(layer); 673 GraphicsLayer::unregisterContentsLayer(m_webLayer);
|
| ChromeClientImpl.cpp | 67 #include "platform/graphics/GraphicsLayer.h" 708 void ChromeClientImpl::attachRootGraphicsLayer(GraphicsLayer* rootLayer)
|
| WebLocalFrameImpl.cpp | 561 GraphicsLayer::unregisterContentsLayer(frame()->remotePlatformLayer()); 563 GraphicsLayer::registerContentsLayer(webLayer); [all...] |
| WebViewImpl.cpp | [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/frame/ |
| FrameView.cpp | 645 GraphicsLayer* FrameView::layerForScrolling() const 653 GraphicsLayer* FrameView::layerForHorizontalScrollbar() const 661 GraphicsLayer* FrameView::layerForVerticalScrollbar() const 669 GraphicsLayer* FrameView::layerForScrollCorner() const [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/inspector/ |
| InspectorTraceEvents.cpp | 22 #include "platform/graphics/GraphicsLayer.h" 247 PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorPaintEvent::data(RenderObject* renderer, const LayoutRect& clipRect, const GraphicsLayer* graphicsLayer) 256 int graphicsLayerId = graphicsLayer ? graphicsLayer->platformLayer()->id() : 0;
|
| InspectorTimelineAgent.cpp | 60 #include "platform/graphics/GraphicsLayer.h" 550 void InspectorTimelineAgent::willPaint(RenderObject* renderer, const GraphicsLayer* graphicsLayer) 557 if (graphicsLayer) { 558 int layerIdentifier = graphicsLayer->platformLayer()->id(); 571 void InspectorTimelineAgent::didPaint(RenderObject* renderer, const GraphicsLayer* graphicsLayer, GraphicsContext*, const LayoutRect& clipRect) 577 int graphicsLayerId = graphicsLayer ? graphicsLayer->platformLayer()->id() : 0; 580 if (m_mayEmitFirstPaint && !graphicsLayer) { [all...] |
| InspectorPageAgent.cpp | [all...] |
| /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
| DrawingBuffer.cpp | 38 #include "platform/graphics/GraphicsLayer.h" 505 GraphicsLayer::registerContentsLayer(m_layer->layer()); 631 GraphicsLayer::unregisterContentsLayer(m_layer->layer()); [all...] |
| /external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
| ScrollView.cpp | 30 #include "platform/graphics/GraphicsLayer.h" 719 static void positionScrollbarLayer(GraphicsLayer* graphicsLayer, Scrollbar* scrollbar) 721 if (!graphicsLayer || !scrollbar) 725 graphicsLayer->setPosition(scrollbarRect.location()); 727 if (scrollbarRect.size() == graphicsLayer->size()) 730 graphicsLayer->setSize(scrollbarRect.size()); 732 if (graphicsLayer->hasContentsLayer()) { 733 graphicsLayer->setContentsRect(IntRect(0, 0, scrollbarRect.width(), scrollbarRect.height())); 737 graphicsLayer->setDrawsContent(true) [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/html/ |
| HTMLMediaElement.cpp | 72 #include "platform/graphics/GraphicsLayer.h" [all...] |
| /external/chromium_org/third_party/WebKit/Source/platform/ |
| blink_platform.target.darwin-arm.mk | 311 third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp \ [all...] |
| blink_platform.target.darwin-arm64.mk | 310 third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp \ [all...] |
| blink_platform.target.darwin-mips.mk | 310 third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp \ [all...] |
| blink_platform.target.darwin-x86.mk | 310 third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp \ [all...] |
| blink_platform.target.darwin-x86_64.mk | 310 third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp \ [all...] |
| blink_platform.target.linux-arm.mk | 311 third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp \ [all...] |
| blink_platform.target.linux-arm64.mk | 310 third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp \ [all...] |
| blink_platform.target.linux-mips.mk | 310 third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp \ [all...] |
| blink_platform.target.linux-x86.mk | 310 third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp \ [all...] |
| blink_platform.target.linux-x86_64.mk | 310 third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp \ [all...] |
| /external/chromium_org/third_party/WebKit/Source/web/tests/ |
| WebFrameTest.cpp | [all...] |