Home | History | Annotate | Download | only in rendering

Lines Matching defs:HitTestResult

22 #include "HitTestResult.h"
49 HitTestResult::HitTestResult(const IntPoint& point)
55 HitTestResult::HitTestResult(const HitTestResult& other)
66 HitTestResult::~HitTestResult()
70 HitTestResult& HitTestResult::operator=(const HitTestResult& other)
82 void HitTestResult::setToNonShadowAncestor()
94 void HitTestResult::setInnerNode(Node* n)
99 void HitTestResult::setInnerNonSharedNode(Node* n)
104 void HitTestResult::setURLElement(Element* n)
109 void HitTestResult::setScrollbar(Scrollbar* s)
114 Frame* HitTestResult::targetFrame() const
126 bool HitTestResult::isSelected() const
138 String HitTestResult::spellingToolTip(TextDirection& dir) const
155 String HitTestResult::replacedString() const
169 String HitTestResult::title(TextDirection& dir) const
194 String HitTestResult::altDisplayString() const
219 Image* HitTestResult::image() const
234 IntRect HitTestResult::imageRect() const
241 KURL HitTestResult::absoluteImageURL() const
269 KURL HitTestResult::absoluteMediaURL() const
291 KURL HitTestResult::absoluteLinkURL() const
313 bool HitTestResult::isLiveLink() const
332 String HitTestResult::titleDisplayString() const
340 String HitTestResult::textContent() const
351 bool HitTestResult::isContentEditable() const