Searched refs:hoverAncestor (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderElement.cpp1076 RenderElement* RenderElement::hoverAncestor() const function in class:WebCore::RenderElement
1082 RenderElement* hoverAncestor = parent(); local
1086 if (hoverAncestor && hoverAncestor->isAnonymousBlock() && hoverAncestor->parent() && hoverAncestor->parent()->isRenderNamedFlowThread())
1087 hoverAncestor = hoverAncestor->parent();
1089 if (hoverAncestor && hoverAncestor
[all...]
H A DRenderElement.h84 virtual RenderElement* hoverAncestor() const;
H A DRenderBlock.h456 virtual RenderElement* hoverAncestor() const override final;
H A DRenderBlock.cpp3788 RenderElement* RenderBlock::hoverAncestor() const function in class:WebCore::RenderBlock
3790 return isAnonymousBlockContinuation() ? continuation() : RenderBox::hoverAncestor();
/macosx-10.10/WebCore-7600.1.25/page/
H A DEventHandler.cpp2260 for (RenderElement* currObj1 = obj1; currObj1; currObj1 = currObj1->hoverAncestor()) {
2261 for (RenderElement* currObj2 = obj2; currObj2; currObj2 = currObj2->hoverAncestor()) {
2385 for (RenderElement* curr = oldHoverRenderer; curr && curr != ancestor; curr = curr->hoverAncestor()) {
2398 for (RenderElement* curr = newHoverRenderer; curr; curr = curr->hoverAncestor()) {
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.cpp5935 for (RenderElement* currObj1 = obj1; currObj1; currObj1 = currObj1->hoverAncestor()) {
5936 for (RenderElement* currObj2 = obj2; currObj2; currObj2 = currObj2->hoverAncestor()) {
6024 for (RenderElement* curr = oldHoverObj; curr && curr != ancestor; curr = curr->hoverAncestor()) {
6039 for (RenderElement* curr = newHoverObj; curr; curr = curr->hoverAncestor()) {

Completed in 263 milliseconds