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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.cpp 39 #include "public/platform/WebLayer.h"
153 WebLayer* webLayer = mediaElement()->platformLayer();
154 return webLayer && !webLayer->isOrphan();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp 54 #include "public/platform/WebLayer.h"
83 blink::WebLayer* webLayer = graphicsLayer->platformLayer();
84 for (size_t i = 0; i < webLayer->nonFastScrollableRegion().size(); ++i) {
85 scrollRects->addItem(buildScrollRect(webLayer->nonFastScrollableRegion()[i], TypeBuilder::LayerTree::ScrollRect::Type::RepaintsOnScroll));
87 for (size_t i = 0; i < webLayer->touchEventHandlerRegion().size(); ++i) {
88 scrollRects->addItem(buildScrollRect(webLayer->touchEventHandlerRegion()[i], TypeBuilder::LayerTree::ScrollRect::Type::TouchEventHandler));
90 if (webLayer->haveWheelEventHandlers()) {
91 blink::WebRect webRect(webLayer->position().x, webLayer->position().y, webLayer->bounds().width, webLayer->bounds().height)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 65 using blink::WebLayer;
73 WebLayer* toWebLayer(blink::GraphicsLayer* layer)
105 if (WebLayer* scrollLayer = toWebLayer(m_page->deprecatedLocalMainFrame()->view()->layerForScrolling())) {
160 if (WebLayer* scrollingWebLayer = frameView ? toWebLayer(frameView->layerForScrolling()) : 0) {
174 if (WebLayer* scrollLayer = toWebLayer(toLocalFrame(child)->view()->layerForScrolling()))
181 if (WebLayer* scrollableLayer = toWebLayer(layer))
221 if (WebLayer* scrollableLayer = toWebLayer(mainLayer))
265 static void setupScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer, WebScrollbarLayer* scrollbarLayer, WebLayer* scrollLayer, WebLayer* containerLayer)
342 WebLayer* scrollLayer = toWebLayer(scrollableArea->layerForScrolling())
    [all...]

Completed in 463 milliseconds