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

  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 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()))
352 WebLayer* scrollLayer = toWebLayer(scrollableArea->layerForScrolling());
361 GraphicsLayer* scrollLayer = scrollableArea->layerForScrolling();
371 WebLayer* webLayer = toWebLayer(scrollableArea->layerForScrolling());
679 if (WebLayer* scrollLayer = toWebLayer(m_page->deprecatedLocalMainFrame()->view()->layerForScrolling())) {
695 if (WebLayer* scrollLayer = toWebLayer(m_page->deprecatedLocalMainFrame()->view()->layerForScrolling())) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.h 133 virtual GraphicsLayer* layerForScrolling() const OVERRIDE;
PinchViewport.cpp 397 GraphicsLayer* PinchViewport::layerForScrolling() const
FrameView.h 322 virtual GraphicsLayer* layerForScrolling() const OVERRIDE;
FrameView.cpp 645 GraphicsLayer* FrameView::layerForScrolling() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.h 218 virtual GraphicsLayer* layerForScrolling() const { return 0; }
ScrollableArea.cpp 108 return layerForScrolling() ? layerForScrolling()->parent() : 0;
ScrollView.cpp 131 if (!layerForScrolling())
133 blink::WebLayer* layer = layerForScrolling()->platformLayer();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.h 76 virtual GraphicsLayer* layerForScrolling() const OVERRIDE;
RenderLayerScrollableArea.cpp 139 GraphicsLayer* RenderLayerScrollableArea::layerForScrolling() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]

Completed in 536 milliseconds