Searched refs:LayerHitTestRects (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGModelObject.h | 64 virtual void computeLayerHitTestRects(LayerHitTestRects&) const OVERRIDE FINAL; 71 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, c…
|
D | RenderSVGModelObject.cpp | 92 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/ |
D | ScrollingCoordinator.h | 137 void setTouchEventTargetRects(LayerHitTestRects&); 138 void computeTouchEventTargetRects(LayerHitTestRects&);
|
D | ScrollingCoordinator.cpp | 413 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/ |
D | RenderLayerModelObject.h | 77 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer*, const LayoutPoint&, cons…
|
D | RenderLayerModelObject.cpp | 157 void RenderLayerModelObject::addLayerHitTestRects(LayerHitTestRects& rects, const RenderLayer* curr… in addLayerHitTestRects()
|
D | RenderText.h | 157 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const Layou…
|
D | RenderLayer.h | 376 void addLayerHitTestRects(LayerHitTestRects&) const; 379 void computeSelfHitTestRects(LayerHitTestRects&) const;
|
D | RenderBoxModelObject.h | 172 virtual void computeLayerHitTestRects(LayerHitTestRects&) const OVERRIDE;
|
D | RenderTableCell.h | 224 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, c…
|
D | RenderObject.h | 136 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…
|
D | RenderBoxModelObject.cpp | 483 void RenderBoxModelObject::computeLayerHitTestRects(LayerHitTestRects& rects) const in computeLayerHitTestRects()
|
D | RenderObject.cpp | 2166 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()
|
D | RenderBox.h | 650 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, c…
|
D | RenderLayer.cpp | 3637 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()
|
D | RenderTableCell.cpp | 166 void RenderTableCell::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* curren… in addLayerHitTestRects()
|
D | RenderText.cpp | 1331 void RenderText::addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const La… in addLayerHitTestRects() argument
|
D | RenderBox.cpp | 582 void RenderBox::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLayer… in addLayerHitTestRects()
|