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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.cpp 40 #include "public/platform/WebLayer.h"
183 blink::WebLayer* webLayer = mediaElement()->platformLayer();
184 return webLayer && !webLayer->isOrphan();
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 63 using blink::WebLayer;
72 static WebLayer* scrollingWebLayerForGraphicsLayer(GraphicsLayer* layer)
77 WebLayer* ScrollingCoordinator::scrollingWebLayerForScrollableArea(ScrollableArea* scrollableArea)
116 if (WebLayer* scrollLayer = scrollingWebLayerForScrollableArea(m_page->mainFrame()->view())) {
163 if (WebLayer* scrollLayer = scrollingWebLayerForScrollableArea(child->view()))
170 if (WebLayer* scrollableLayer = scrollingWebLayerForGraphicsLayer(layer))
209 if (WebLayer* scrollableLayer = scrollingWebLayerForGraphicsLayer(mainLayer))
253 static void setupScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer, WebScrollbarLayer* scrollbarLayer, WebLayer* scrollLayer)
341 WebLayer* webLayer = scrollingWebLayerForScrollableArea(scrollableArea)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 47 #include "public/platform/WebLayer.h"
62 using blink::WebLayer;
318 WebLayer* webReplicaLayer = layer ? layer->platformLayer() : 0;
372 WebLayer* childHost = m_layer->layer();
404 if (WebLayer* contentsLayer = contentsLayerIfRegistered())
416 WebLayer* contentsLayer = contentsLayerIfRegistered();
435 void GraphicsLayer::registerContentsLayer(WebLayer* layer)
444 void GraphicsLayer::unregisterContentsLayer(WebLayer* layer)
452 void GraphicsLayer::setContentsTo(WebLayer* layer)
478 void GraphicsLayer::setupContentsLayer(WebLayer* contentsLayer
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp 191 #include "public/platform/WebLayer.h"
559 void WebFrameImpl::setRemoteWebLayer(WebLayer* webLayer)
566 if (webLayer)
567 GraphicsLayer::registerContentsLayer(webLayer);
568 frame()->setRemotePlatformLayer(webLayer);
    [all...]

Completed in 515 milliseconds