Searched refs:isOverLink (Results 1 - 5 of 5) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp503 bool extendSelection = event.event().shiftKey() && !event.isOverLink();
803 if (event.event().button() == MiddleButton && !event.isOverLink()) {
981 bool EventHandler::useHandCursor(Node* node, bool isOverLink) argument
986 return ((isOverLink || isSubmitImage(node)) && !node->hasEditableStyle());
1169 if (useHandCursor(node, result.isOverLink()))
H A DEventHandler.h191 bool useHandCursor(Node*, bool isOverLink);
H A DEventWithHitTestResults.h48 bool isOverLink() const { return m_hitTestResult.isOverLink(); } function in class:blink::EventWithHitTestResults
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.cpp351 bool HitTestResult::isOverLink() const function in class:blink::HitTestResult
H A DHitTestResult.h120 bool isOverLink() const;

Completed in 93 milliseconds