Searched refs:searchRoot (Results 1 – 2 of 2) sorted by relevance
1299 static RenderLayer* findRenderLayerForGraphicsLayer(RenderLayer* searchRoot, GraphicsLayer* graphic… in findRenderLayerForGraphicsLayer() argument1301 …if (searchRoot->hasCompositedLayerMapping() && graphicsLayer == searchRoot->compositedLayerMapping… in findRenderLayerForGraphicsLayer()1302 return searchRoot; in findRenderLayerForGraphicsLayer()1304 …GraphicsLayer* layerForScrolling = searchRoot->scrollableArea() ? searchRoot->scrollableArea()->la… in findRenderLayerForGraphicsLayer()1307 return searchRoot; in findRenderLayerForGraphicsLayer()1310 …GraphicsLayer* layerForHorizontalScrollbar = searchRoot->scrollableArea() ? searchRoot->scrollable… in findRenderLayerForGraphicsLayer()1313 return searchRoot; in findRenderLayerForGraphicsLayer()1316 …GraphicsLayer* layerForVerticalScrollbar = searchRoot->scrollableArea() ? searchRoot->scrollableAr… in findRenderLayerForGraphicsLayer()1319 return searchRoot; in findRenderLayerForGraphicsLayer()1322 …GraphicsLayer* layerForScrollCorner = searchRoot->scrollableArea() ? searchRoot->scrollableArea()-… in findRenderLayerForGraphicsLayer()[all …]
32 …searchRoot:function(a,b,c){if(a){var d,e,f=a.elementFromPoint(b,c);for(e=this.targetingShadow(f);e… method