Searched defs:hitLayer (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayer.cpp | 2507 static bool isHitCandidate(const RenderLayer* hitLayer, bool canDepthSort, double* zOffset, const H… in isHitCandidate() 2616 …RenderLayer* hitLayer = hitTestChildren(PositiveZOrderChildren, rootLayer, request, result, hitTes… in hitTestLayer() local 2740 …RenderLayer* hitLayer = hitTestLayerByApplyingTransform(rootLayer, containerLayer, request, result… in hitTestTransformedLayerInFragments() local 2820 RenderLayer* hitLayer = 0; in hitTestChildren() local 2920 RenderLayer* hitLayer = 0; in hitTestChildLayerColumns() local
|
D | RenderView.cpp | 105 bool hitLayer = layer()->hitTest(request, location, result); in hitTest() local
|