Home
last modified time | relevance | path

Searched refs:LayerHitTestRects (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp384 const LayerHitTestRects& layerRects, in convertLayerRectsToEnclosingCompositedLayerRecursive()
385 LayerHitTestRects& compositorRects, in convertLayerRectsToEnclosingCompositedLayerRecursive()
391 LayerHitTestRects::const_iterator layerIter = layerRects.find(curLayer); in convertLayerRectsToEnclosingCompositedLayerRecursive()
411 LayerHitTestRects::iterator compIter = compositorRects.find(compositedLayer); in convertLayerRectsToEnclosingCompositedLayerRecursive()
456 …sToEnclosingCompositedLayer(Frame* mainFrame, const LayerHitTestRects& layerRects, LayerHitTestRec… in convertLayerRectsToEnclosingCompositedLayer()
466 …for (LayerHitTestRects::const_iterator layerIter = layerRects.begin(); layerIter != layerRects.end… in convertLayerRectsToEnclosingCompositedLayer()
498 LayerHitTestRects touchEventTargetRects; in updateTouchEventTargetRectsIfNeeded()
517 void ScrollingCoordinator::setTouchEventTargetRects(const LayerHitTestRects& layerRects) in setTouchEventTargetRects()
521 LayerHitTestRects compositorRects; in setTouchEventTargetRects()
527 …for (LayerHitTestRects::const_iterator iter = compositorRects.begin(); iter != compositorRects.end… in setTouchEventTargetRects()
[all …]
DScrollingCoordinator.h151 void setTouchEventTargetRects(const LayerHitTestRects&);
152 void computeTouchEventTargetRects(LayerHitTestRects&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGModelObject.h66 virtual void computeLayerHitTestRects(LayerHitTestRects&) const OVERRIDE;
71 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, c…
DRenderSVGModelObject.cpp97 void RenderSVGModelObject::computeLayerHitTestRects(LayerHitTestRects& rects) const in computeLayerHitTestRects()
103 void RenderSVGModelObject::addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer… in addLayerHitTestRects() argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerModelObject.h69 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer*, const LayoutPoint&, cons…
DRenderLayerModelObject.cpp184 void RenderLayerModelObject::addLayerHitTestRects(LayerHitTestRects& rects, const RenderLayer* curr… in addLayerHitTestRects()
DRenderText.h159 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const Layou…
DRenderTableCell.h222 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, c…
DRenderObject.h128 typedef WTF::HashMap<const RenderLayer*, Vector<LayoutRect> > LayerHitTestRects; typedef
969 virtual void computeLayerHitTestRects(LayerHitTestRects&) const;
1053 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const Layou…
DRenderBoxModelObject.h196 virtual void computeLayerHitTestRects(LayerHitTestRects&) const OVERRIDE;
DRenderLayer.h432 void addLayerHitTestRects(LayerHitTestRects&) const;
DRenderBox.h645 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, c…
DRenderObject.cpp2356 void RenderObject::computeLayerHitTestRects(LayerHitTestRects& layerRects) const in computeLayerHitTestRects()
2385 void RenderObject::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLa… in addLayerHitTestRects()
2403 LayerHitTestRects::iterator iter = layerRects.find(currentLayer); in addLayerHitTestRects()
DRenderTableCell.cpp167 void RenderTableCell::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* curren… in addLayerHitTestRects()
DRenderText.cpp1302 void RenderText::addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const La… in addLayerHitTestRects() argument
DRenderLayer.cpp4159 void RenderLayer::addLayerHitTestRects(LayerHitTestRects& rects) const in addLayerHitTestRects()
4171 LayerHitTestRects::iterator iter = rects.find(parentLayer); in addLayerHitTestRects()
DRenderBoxModelObject.cpp2612 void RenderBoxModelObject::computeLayerHitTestRects(LayerHitTestRects& rects) const in computeLayerHitTestRects()
DRenderBox.cpp687 void RenderBox::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLayer… in addLayerHitTestRects()