return this.boxObject.QueryInterface(Components.interfaces.nsIPopupBoxObject);
return Components.interfaces.nsIAccessibleProvider.XULTooltip;
0
false
1)
this.hidePopup();
return;
}
// find out if the node we are entering is one of our anonymous children
while (rel) {
if (rel == this)
break;
rel = rel.parentNode;
}
// if the entered node is not a descendant of ours, hide the tooltip
if (rel != this && this._isMouseOver) {
this.hidePopup();
}
]]>
0
0
0
0
1
2
3
4
0
0
0