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/rendering/svg/
DRenderSVGModelObject.h64 virtual void computeLayerHitTestRects(LayerHitTestRects&) const OVERRIDE FINAL;
71 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, c…
DRenderSVGModelObject.cpp92 void RenderSVGModelObject::computeLayerHitTestRects(LayerHitTestRects& rects) const in computeLayerHitTestRects()
98 void RenderSVGModelObject::addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer… in addLayerHitTestRects() argument
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.h137 void setTouchEventTargetRects(LayerHitTestRects&);
138 void computeTouchEventTargetRects(LayerHitTestRects&);
DScrollingCoordinator.cpp413 const LayerHitTestRects& layerRects, in projectRectsToGraphicsLayerSpaceRecursive()
420 LayerHitTestRects::const_iterator layerIter = layerRects.find(curLayer); in projectRectsToGraphicsLayerSpaceRecursive()
479 static void projectRectsToGraphicsLayerSpace(LocalFrame* mainFrame, const LayerHitTestRects& layerR… in projectRectsToGraphicsLayerSpace()
489 …for (LayerHitTestRects::const_iterator layerIter = layerRects.begin(); layerIter != layerRects.end… in projectRectsToGraphicsLayerSpace()
523 LayerHitTestRects touchEventTargetRects; in updateTouchEventTargetRectsIfNeeded()
547 void ScrollingCoordinator::setTouchEventTargetRects(LayerHitTestRects& layerRects) in setTouchEventTargetRects()
554 for (LayerHitTestRects::iterator it = layerRects.begin(); it != layerRects.end(); ++it) { in setTouchEventTargetRects()
747 static void accumulateDocumentTouchEventTargetRects(LayerHitTestRects& rects, const Document* docum… in accumulateDocumentTouchEventTargetRects()
818 void ScrollingCoordinator::computeTouchEventTargetRects(LayerHitTestRects& rects) in computeTouchEventTargetRects()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerModelObject.h77 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer*, const LayoutPoint&, cons…
DRenderLayerModelObject.cpp157 void RenderLayerModelObject::addLayerHitTestRects(LayerHitTestRects& rects, const RenderLayer* curr… in addLayerHitTestRects()
DRenderText.h157 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const Layou…
DRenderLayer.h376 void addLayerHitTestRects(LayerHitTestRects&) const;
379 void computeSelfHitTestRects(LayerHitTestRects&) const;
DRenderBoxModelObject.h172 virtual void computeLayerHitTestRects(LayerHitTestRects&) const OVERRIDE;
DRenderTableCell.h224 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, c…
DRenderObject.h136 typedef WTF::HashMap<const RenderLayer*, Vector<LayoutRect> > LayerHitTestRects; typedef
1001 virtual void computeLayerHitTestRects(LayerHitTestRects&) const;
1112 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const Layou…
DRenderBoxModelObject.cpp483 void RenderBoxModelObject::computeLayerHitTestRects(LayerHitTestRects& rects) const in computeLayerHitTestRects()
DRenderObject.cpp2166 void RenderObject::computeLayerHitTestRects(LayerHitTestRects& layerRects) const in computeLayerHitTestRects()
2189 void RenderObject::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLa… in addLayerHitTestRects()
2207 LayerHitTestRects::iterator iter = layerRects.find(currentLayer); in addLayerHitTestRects()
DRenderBox.h650 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, c…
DRenderLayer.cpp3637 void RenderLayer::addLayerHitTestRects(LayerHitTestRects& rects) const in addLayerHitTestRects()
3644 void RenderLayer::computeSelfHitTestRects(LayerHitTestRects& rects) const in computeSelfHitTestRects()
3661 LayerHitTestRects::iterator iter = rects.find(parentLayer); in computeSelfHitTestRects()
DRenderTableCell.cpp166 void RenderTableCell::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* curren… in addLayerHitTestRects()
DRenderText.cpp1331 void RenderText::addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const La… in addLayerHitTestRects() argument
DRenderBox.cpp582 void RenderBox::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLayer… in addLayerHitTestRects()