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

  /external/chromium_org/third_party/WebKit/Source/web/
PinchViewports.cpp 172 GraphicsLayer* scrollLayer = compositor->scrollLayer();
178 scrollLayer->platformLayer());
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 121 ASSERT(compositor->scrollLayer());
123 WebLayer* webScrollLayer = compositor->scrollLayer()->platformLayer();
412 ASSERT_TRUE(innerCompositor->scrollLayer());
414 GraphicsLayer* scrollLayer = innerCompositor->scrollLayer();
415 ASSERT_EQ(innerFrameView, scrollLayer->scrollableArea());
417 WebLayer* webScrollLayer = scrollLayer->platformLayer();
456 ASSERT_TRUE(innerCompositor->scrollLayer());
458 GraphicsLayer* scrollLayer = innerCompositor->scrollLayer();
    [all...]
WebFrameTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 116 if (WebLayer* scrollLayer = scrollingWebLayerForScrollableArea(m_page->mainFrame()->view())) {
121 scrollLayer->setNonFastScrollableRegion(webRects);
163 if (WebLayer* scrollLayer = scrollingWebLayerForScrollableArea(child->view()))
164 scrollLayer->setBounds(child->view()->contentsSize());
253 static void setupScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer, WebScrollbarLayer* scrollbarLayer, WebLayer* scrollLayer)
258 if (!scrollLayer) {
262 scrollbarLayer->setScrollLayer(scrollLayer);
335 GraphicsLayer* scrollLayer = scrollLayerForScrollableArea(scrollableArea);
336 if (scrollLayer) {
338 scrollLayer->setScrollableArea(scrollableArea, isMainFrame)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerCompositor.cpp     [all...]

Completed in 134 milliseconds