Searched defs:hoverAncestor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h653 virtual RenderObject* hoverAncestor() const { return parent(); } function in class:blink::RenderObject
H A DRenderBlock.cpp3929 RenderObject* RenderBlock::hoverAncestor() const function in class:blink::RenderBlock
3931 return isAnonymousBlockContinuation() ? continuation() : RenderBox::hoverAncestor();

Completed in 118 milliseconds