Searched refs:HitTestChildBlockBackground (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h76 HitTestChildBlockBackground, enumerator in enum:WebCore::HitTestAction
H A DRenderTable.cpp1277 if (visibleToHitTesting() && (action == HitTestBlockBackground || action == HitTestChildBlockBackground) && boundsRect.intersects(result.rectForPoint(xPos, yPos))) {
H A DRenderBlock.cpp3973 if ((hitTestAction == HitTestBlockBackground || hitTestAction == HitTestChildBlockBackground) && isPointInOverflowControl(result, _x, _y, tx, ty)) {
4010 if (hitTestAction == HitTestBlockBackground || hitTestAction == HitTestChildBlockBackground) {
4108 childHitTest = HitTestChildBlockBackground;

Completed in 118 milliseconds