Searched refs:LayerHitTestRects (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/ |
D | ScrollingCoordinator.cpp | 384 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 …]
|
D | ScrollingCoordinator.h | 151 void setTouchEventTargetRects(const LayerHitTestRects&); 152 void computeTouchEventTargetRects(LayerHitTestRects&);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGModelObject.h | 66 virtual void computeLayerHitTestRects(LayerHitTestRects&) const OVERRIDE; 71 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, c…
|
D | RenderSVGModelObject.cpp | 97 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/ |
D | RenderLayerModelObject.h | 69 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer*, const LayoutPoint&, cons…
|
D | RenderLayerModelObject.cpp | 184 void RenderLayerModelObject::addLayerHitTestRects(LayerHitTestRects& rects, const RenderLayer* curr… in addLayerHitTestRects()
|
D | RenderText.h | 159 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const Layou…
|
D | RenderTableCell.h | 222 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, c…
|
D | RenderObject.h | 128 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…
|
D | RenderBoxModelObject.h | 196 virtual void computeLayerHitTestRects(LayerHitTestRects&) const OVERRIDE;
|
D | RenderLayer.h | 432 void addLayerHitTestRects(LayerHitTestRects&) const;
|
D | RenderBox.h | 645 …virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, c…
|
D | RenderObject.cpp | 2356 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()
|
D | RenderTableCell.cpp | 167 void RenderTableCell::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* curren… in addLayerHitTestRects()
|
D | RenderText.cpp | 1302 void RenderText::addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const La… in addLayerHitTestRects() argument
|
D | RenderLayer.cpp | 4159 void RenderLayer::addLayerHitTestRects(LayerHitTestRects& rects) const in addLayerHitTestRects() 4171 LayerHitTestRects::iterator iter = rects.find(parentLayer); in addLayerHitTestRects()
|
D | RenderBoxModelObject.cpp | 2612 void RenderBoxModelObject::computeLayerHitTestRects(LayerHitTestRects& rects) const in computeLayerHitTestRects()
|
D | RenderBox.cpp | 687 void RenderBox::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLayer… in addLayerHitTestRects()
|