HomeSort by relevance Sort by last modified time
    Searched refs:webLayer (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp 51 #include "public/platform/WebLayer.h"
79 blink::WebLayer* webLayer = graphicsLayer->platformLayer();
80 for (size_t i = 0; i < webLayer->nonFastScrollableRegion().size(); ++i) {
81 scrollRects->addItem(buildScrollRect(webLayer->nonFastScrollableRegion()[i], TypeBuilder::LayerTree::ScrollRect::Type::RepaintsOnScroll));
83 for (size_t i = 0; i < webLayer->touchEventHandlerRegion().size(); ++i) {
84 scrollRects->addItem(buildScrollRect(webLayer->touchEventHandlerRegion()[i], TypeBuilder::LayerTree::ScrollRect::Type::TouchEventHandler));
86 if (webLayer->haveWheelEventHandlers()) {
87 blink::WebRect webRect(webLayer->position().x, webLayer->position().y, webLayer->bounds().width, webLayer->bounds().height)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.cpp 38 #include "public/platform/WebLayer.h"
181 blink::WebLayer* webLayer = mediaElement()->platformLayer();
182 return webLayer && !webLayer->isOrphan();
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 64 using blink::WebLayer;
72 WebLayer* toWebLayer(WebCore::GraphicsLayer* layer)
113 if (WebLayer* scrollLayer = toWebLayer(m_page->deprecatedLocalMainFrame()->view()->layerForScrolling())) {
168 if (WebLayer* scrollingWebLayer = frameView ? toWebLayer(frameView->layerForScrolling()) : 0) {
183 if (WebLayer* scrollLayer = toWebLayer(toLocalFrame(child)->view()->layerForScrolling()))
190 if (WebLayer* scrollableLayer = toWebLayer(layer))
229 if (WebLayer* scrollableLayer = toWebLayer(mainLayer))
273 static void setupScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer, WebScrollbarLayer* scrollbarLayer, WebLayer* scrollLayer, WebLayer* containerLayer)
352 WebLayer* scrollLayer = toWebLayer(scrollableArea->layerForScrolling())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 47 #include "public/platform/WebLayer.h"
64 using blink::WebLayer;
316 WebLayer* webReplicaLayer = layer ? layer->platformLayer() : 0;
342 WebLayer* childHost = m_layer->layer();
369 if (WebLayer* contentsLayer = contentsLayerIfRegistered())
381 WebLayer* contentsLayer = contentsLayerIfRegistered();
400 void GraphicsLayer::registerContentsLayer(WebLayer* layer)
409 void GraphicsLayer::unregisterContentsLayer(WebLayer* layer)
417 void GraphicsLayer::setContentsTo(WebLayer* layer)
443 void GraphicsLayer::setupContentsLayer(WebLayer* contentsLayer
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 156 #include "public/platform/WebLayer.h"
555 void WebLocalFrameImpl::setRemoteWebLayer(WebLayer* webLayer)
562 if (webLayer)
563 GraphicsLayer::registerContentsLayer(webLayer);
564 frame()->setRemotePlatformLayer(webLayer);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.cpp     [all...]

Completed in 512 milliseconds